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 d1baac9 commit 96f2fabCopy full SHA for 96f2fab
src/a2a/server/apps/starlette_app.py
@@ -85,7 +85,8 @@ def __init__(
85
agent_card: The AgentCard describing the agent's capabilities.
86
http_handler: The handler instance responsible for processing A2A
87
requests via http.
88
- context_builder:
+ context_builder: The CallContextBuilder used to construct the
89
+ ServerCallContext passed to the http_handler.
90
"""
91
self.agent_card = agent_card
92
self.handler = JSONRPCHandler(
0 commit comments