Skip to content

Commit f3a797e

Browse files
committed
Update
1 parent 75ece24 commit f3a797e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/agno/tests/integration/models/aws/bedrock/test_tool_use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def test_multiple_tool_calls():
9696
tool_calls.extend(msg.tool_calls)
9797
assert len([call for call in tool_calls if call.get("type", "") == "function"]) == 2 # Total of 2 tool calls made
9898
assert response.content is not None
99-
assert "TSLA" in response.content and "latest news" in response.content.lower()
99+
assert "TSLA" in response.content
100100

101101

102102
def test_tool_call_custom_tool_no_parameters():

0 commit comments

Comments
 (0)