Merge branch 'BeehiveInnovations:main' into feat-dockerisation
This commit is contained in:
@@ -119,7 +119,7 @@ class TestChatTool:
|
||||
formatted = self.tool.format_response(response, request)
|
||||
|
||||
assert "Test response content" in formatted
|
||||
assert "Claude's Turn:" in formatted
|
||||
assert "AGENT'S TURN:" in formatted
|
||||
assert "Evaluate this perspective" in formatted
|
||||
|
||||
def test_tool_name(self):
|
||||
|
||||
@@ -45,7 +45,7 @@ class TestRefactorTool:
|
||||
}
|
||||
],
|
||||
"priority_sequence": ["refactor-001"],
|
||||
"next_actions_for_claude": [],
|
||||
"next_actions": [],
|
||||
},
|
||||
ensure_ascii=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user