Skip to content

Commit 96f2fab

Browse files
committed
Finish comment
1 parent d1baac9 commit 96f2fab

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
@@ -85,7 +85,8 @@ def __init__(
8585
agent_card: The AgentCard describing the agent's capabilities.
8686
http_handler: The handler instance responsible for processing A2A
8787
requests via http.
88-
context_builder:
88+
context_builder: The CallContextBuilder used to construct the
89+
ServerCallContext passed to the http_handler.
8990
"""
9091
self.agent_card = agent_card
9192
self.handler = JSONRPCHandler(

0 commit comments

Comments
 (0)