From ab2bca64a29e4bbbb5c3b4d219523f66fd8d65d6 Mon Sep 17 00:00:00 2001 From: Paul Nechifor Date: Tue, 3 Mar 2026 05:58:29 +0200 Subject: [PATCH] fix(testing): fix openai fixture use --- ...json => test_can_call_again_on_error.json} | 0 .../test_can_call_again_on_error[True].json | 34 ------------------- ...ol[False].json => test_can_call_tool.json} | 0 .../fixtures/test_can_call_tool[True].json | 22 ------------ ...json => test_can_call_again_on_error.json} | 0 .../test_can_call_again_on_error[True].json | 34 ------------------- ...ol[False].json => test_can_call_tool.json} | 0 .../fixtures/test_can_call_tool[True].json | 22 ------------ 8 files changed, 112 deletions(-) rename dimos/agents/fixtures/{test_can_call_again_on_error[False].json => test_can_call_again_on_error.json} (100%) delete mode 100644 dimos/agents/fixtures/test_can_call_again_on_error[True].json rename dimos/agents/fixtures/{test_can_call_tool[False].json => test_can_call_tool.json} (100%) delete mode 100644 dimos/agents/fixtures/test_can_call_tool[True].json rename dimos/agents/mcp/fixtures/{test_can_call_again_on_error[False].json => test_can_call_again_on_error.json} (100%) delete mode 100644 dimos/agents/mcp/fixtures/test_can_call_again_on_error[True].json rename dimos/agents/mcp/fixtures/{test_can_call_tool[False].json => test_can_call_tool.json} (100%) delete mode 100644 dimos/agents/mcp/fixtures/test_can_call_tool[True].json diff --git a/dimos/agents/fixtures/test_can_call_again_on_error[False].json b/dimos/agents/fixtures/test_can_call_again_on_error.json similarity index 100% rename from dimos/agents/fixtures/test_can_call_again_on_error[False].json rename to dimos/agents/fixtures/test_can_call_again_on_error.json diff --git a/dimos/agents/fixtures/test_can_call_again_on_error[True].json b/dimos/agents/fixtures/test_can_call_again_on_error[True].json deleted file mode 100644 index b67efe84e0..0000000000 --- a/dimos/agents/fixtures/test_can_call_again_on_error[True].json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "responses": [ - { - "content": "", - "tool_calls": [ - { - "name": "register_user", - "args": { - "name": "Paul" - }, - "id": "call_4l78eCMbfsbIC2qPL86jA4S0", - "type": "tool_call" - } - ] - }, - { - "content": "", - "tool_calls": [ - { - "name": "register_user", - "args": { - "name": "paul" - }, - "id": "call_Jzi8RU0jRMeCcUDEcRkHzahs", - "type": "tool_call" - } - ] - }, - { - "content": "The user named \"paul\" has been registered successfully.", - "tool_calls": [] - } - ] -} diff --git a/dimos/agents/fixtures/test_can_call_tool[False].json b/dimos/agents/fixtures/test_can_call_tool.json similarity index 100% rename from dimos/agents/fixtures/test_can_call_tool[False].json rename to dimos/agents/fixtures/test_can_call_tool.json diff --git a/dimos/agents/fixtures/test_can_call_tool[True].json b/dimos/agents/fixtures/test_can_call_tool[True].json deleted file mode 100644 index e9431bb8ea..0000000000 --- a/dimos/agents/fixtures/test_can_call_tool[True].json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "responses": [ - { - "content": "", - "tool_calls": [ - { - "name": "add", - "args": { - "x": 33333, - "y": 100 - }, - "id": "call_ZlA2HzNAuHF0H52CKQIPX9Te", - "type": "tool_call" - } - ] - }, - { - "content": "The result of 33333 + 100 is 33433.", - "tool_calls": [] - } - ] -} diff --git a/dimos/agents/mcp/fixtures/test_can_call_again_on_error[False].json b/dimos/agents/mcp/fixtures/test_can_call_again_on_error.json similarity index 100% rename from dimos/agents/mcp/fixtures/test_can_call_again_on_error[False].json rename to dimos/agents/mcp/fixtures/test_can_call_again_on_error.json diff --git a/dimos/agents/mcp/fixtures/test_can_call_again_on_error[True].json b/dimos/agents/mcp/fixtures/test_can_call_again_on_error[True].json deleted file mode 100644 index 3d3765f43a..0000000000 --- a/dimos/agents/mcp/fixtures/test_can_call_again_on_error[True].json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "responses": [ - { - "content": "", - "tool_calls": [ - { - "name": "register_user", - "args": { - "name": "Paul" - }, - "id": "call_XSy1Dx1dGtQv5zPaEJtb2hd7", - "type": "tool_call" - } - ] - }, - { - "content": "", - "tool_calls": [ - { - "name": "register_user", - "args": { - "name": "paul" - }, - "id": "call_aYFug1g3TATnaYus9HUVxoQS", - "type": "tool_call" - } - ] - }, - { - "content": "The user named \"paul\" has been registered successfully.", - "tool_calls": [] - } - ] -} diff --git a/dimos/agents/mcp/fixtures/test_can_call_tool[False].json b/dimos/agents/mcp/fixtures/test_can_call_tool.json similarity index 100% rename from dimos/agents/mcp/fixtures/test_can_call_tool[False].json rename to dimos/agents/mcp/fixtures/test_can_call_tool.json diff --git a/dimos/agents/mcp/fixtures/test_can_call_tool[True].json b/dimos/agents/mcp/fixtures/test_can_call_tool[True].json deleted file mode 100644 index d375c82235..0000000000 --- a/dimos/agents/mcp/fixtures/test_can_call_tool[True].json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "responses": [ - { - "content": "", - "tool_calls": [ - { - "name": "add", - "args": { - "x": 33333, - "y": 100 - }, - "id": "call_pzzddF9mBynGYZVdCmGHOB5V", - "type": "tool_call" - } - ] - }, - { - "content": "The result of 33333 + 100 is 33433.", - "tool_calls": [] - } - ] -}