We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a58323 commit 2cdb64aCopy full SHA for 2cdb64a
1 file changed
src/a2a/server/routes/rest_routes.py
@@ -65,8 +65,8 @@ def create_rest_routes( # noqa: PLR0913
65
extended_agent_card: An optional, distinct AgentCard to be served
66
at the authenticated extended card endpoint.
67
context_builder: The CallContextBuilder used to construct the
68
- ServerCallContext passed to the request_handler. If None, no
69
- ServerCallContext is passed.
+ ServerCallContext passed to the request_handler. If None the
+ DefaultCallContextBuilder is used.
70
card_modifier: An optional callback to dynamically modify the public
71
agent card before it is served.
72
extended_card_modifier: An optional callback to dynamically modify
0 commit comments