docs(tools): fix stale proxy connected_account_id docstring [PLEN-2345]
loading diff…
PLEN-2345. The proxy endpoint stopped accepting empty auth context — it now returns 400 ExternalProxy_MissingAuthContext when neither connected_account_id nor custom_connection_data is provided (hermes#9582, shipped 2026-04-24 as part of the PLEN-2166 security fix).
The stale docstring claim — "if not provided, will use the default account for the project" — no longer matches runtime behavior. Callers following the docstring hit an undocumented 400 in production (broke custom Salesforce / Databricks / Google Docs tools).
Updates both the sync (ToolsResource.proxy) and async (AsyncToolsResource.proxy) variants in src/composio_client/resources/tools.py.
CONTRIBUTING.md confirms manual patches in generated files are persisted across regenerations.build — passlint, test — pre-existing failures on main (commit 36e16687), unrelated to this PR:
lint flags [no-redef] errors in the generated src/composio_client/types/trigger_instance_list_active_response.py (5 fields).test fails on tests/api_resources/tool_router/test_session.py because the fixture sends a workbench.sandbox_size property that the OpenAPI mock-server schema rejects (E3009 Unknown property).
Both reproduce on main so they were not introduced here.🤖 Generated with Claude Code