Skip to content

Commit 2f9ccd9

Browse files
committed
Update comment
1 parent 58287cd commit 2f9ccd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/a2a/server/apps/starlette_app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ def __init__(
7171
http_handler: The handler instance responsible for processing A2A
7272
requests via http.
7373
context_builder: The CallContextBuilder used to construct the
74-
ServerCallContext passed to the http_handler.
74+
ServerCallContext passed to the http_handler. If None, no
75+
ServerCallContext is passed.
7576
"""
7677
self.agent_card = agent_card
7778
self.handler = JSONRPCHandler(

0 commit comments

Comments
 (0)