mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-02 07:42:40 +00:00
Merge branch 'main' into gl/fix/ensure-complete-tool-signature
This commit is contained in:
@@ -197,7 +197,7 @@ def test_run_does_not_call_asyncio_run_for_sync_tools():
|
||||
assert sync_result == "Processed test synchronously"
|
||||
|
||||
|
||||
@pytest.mark.vcr(filter_headers=["authorization"])
|
||||
@pytest.mark.vcr()
|
||||
def test_max_usage_count_is_respected():
|
||||
class IteratingTool(BaseTool):
|
||||
name: str = "iterating_tool"
|
||||
|
||||
Reference in New Issue
Block a user