Merge branch 'main' into gl/fix/ensure-complete-tool-signature

This commit is contained in:
Greyson Lalonde
2025-11-30 19:47:31 -05:00
216 changed files with 2786 additions and 1954 deletions

View File

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