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 2b42825 commit c38da31Copy full SHA for c38da31
src/a2a/server/apps/starlette_app.py
@@ -71,7 +71,8 @@ def __init__(
71
http_handler: The handler instance responsible for processing A2A
72
requests via http.
73
context_builder: The CallContextBuilder used to construct the
74
- ServerCallContext passed to the http_handler.
+ ServerCallContext passed to the http_handler. If None, no
75
+ ServerCallContext is passed.
76
"""
77
self.agent_card = agent_card
78
self.handler = JSONRPCHandler(
0 commit comments