mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-26 00:28:13 +00:00
fix: test_tool_usage_information_is_appended_to_agent
This commit is contained in:
@@ -753,9 +753,7 @@ def test_tool_result_as_answer_is_the_final_answer_for_the_agent():
|
||||
assert result == "Howdy!"
|
||||
|
||||
|
||||
pytest.mark.vcr(filter_headers=["authorization"])
|
||||
|
||||
|
||||
@pytest.mark.vcr(filter_headers=["authorization"])
|
||||
def test_tool_usage_information_is_appended_to_agent():
|
||||
from crewai_tools import BaseTool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user