Skip to content

Commit 5b47562

Browse files
committed
fix(client): clarify the purpose of the extensions parameter in Client constructor
1 parent ffc0279 commit 5b47562

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
@@ -100,6 +100,7 @@ def __init__(
100100
Args:
101101
consumers: A list of callables to process events from the agent.
102102
middleware: A list of interceptors to process requests and responses.
103+
extensions: A list of extension URIs the client supports.
103104
"""
104105
if middleware is None:
105106
middleware = []

0 commit comments

Comments
 (0)