We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ece24 commit f3a797eCopy full SHA for f3a797e
libs/agno/tests/integration/models/aws/bedrock/test_tool_use.py
@@ -96,7 +96,7 @@ def test_multiple_tool_calls():
96
tool_calls.extend(msg.tool_calls)
97
assert len([call for call in tool_calls if call.get("type", "") == "function"]) == 2 # Total of 2 tool calls made
98
assert response.content is not None
99
- assert "TSLA" in response.content and "latest news" in response.content.lower()
+ assert "TSLA" in response.content
100
101
102
def test_tool_call_custom_tool_no_parameters():
0 commit comments