fix: test_tool_usage_information_is_appended_to_agent

This commit is contained in:
Eduardo Chiarotti
2024-07-04 20:52:02 -03:00
parent a69133e5d5
commit e23f4c11e0
2 changed files with 336 additions and 3 deletions

View File

@@ -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