Skip to content

Commit 2e0aba9

Browse files
committed
Add interceptors docstring to init method
1 parent 7701012 commit 2e0aba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/a2a/client/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ def __init__(
140140
httpx_client: An async HTTP client instance (e.g., httpx.AsyncClient).
141141
agent_card: The agent card object. If provided, `url` is taken from `agent_card.url`.
142142
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.
143144
144145
Raises:
145146
ValueError: If neither `agent_card` nor `url` is provided.

0 commit comments

Comments
 (0)