fix: external model name now recorded properly in responses
test: http cassettes added for improved integration tests refactor: generic name for the CLI agent
This commit is contained in:
@@ -107,8 +107,8 @@ class TestChatTool:
|
||||
prompt = await self.tool.prepare_prompt(request)
|
||||
|
||||
assert "Test prompt" in prompt
|
||||
assert "System prompt" in prompt
|
||||
assert "USER REQUEST" in prompt
|
||||
assert prompt.startswith("=== USER REQUEST ===")
|
||||
assert "System prompt" not in prompt
|
||||
|
||||
def test_response_formatting(self):
|
||||
"""Test that response formatting works correctly"""
|
||||
|
||||
Reference in New Issue
Block a user