We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7701012 commit 2e0aba9Copy full SHA for 2e0aba9
src/a2a/client/client.py
@@ -140,6 +140,7 @@ def __init__(
140
httpx_client: An async HTTP client instance (e.g., httpx.AsyncClient).
141
agent_card: The agent card object. If provided, `url` is taken from `agent_card.url`.
142
url: The direct URL to the agent's A2A RPC endpoint. Required if `agent_card` is None.
143
+ interceptors: An optional list of client call interceptors to apply to requests.
144
145
Raises:
146
ValueError: If neither `agent_card` nor `url` is provided.
0 commit comments