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 ffc0279 commit 5b47562Copy full SHA for 5b47562
src/a2a/client/client.py
@@ -100,6 +100,7 @@ def __init__(
100
Args:
101
consumers: A list of callables to process events from the agent.
102
middleware: A list of interceptors to process requests and responses.
103
+ extensions: A list of extension URIs the client supports.
104
"""
105
if middleware is None:
106
middleware = []
0 commit comments