Skip to content

Commit 2cdb64a

Browse files
committed
refactor: update default context builder behavior for request handlers in rest_routes
1 parent 7a58323 commit 2cdb64a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/a2a/server/routes/rest_routes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ def create_rest_routes( # noqa: PLR0913
6565
extended_agent_card: An optional, distinct AgentCard to be served
6666
at the authenticated extended card endpoint.
6767
context_builder: The CallContextBuilder used to construct the
68-
ServerCallContext passed to the request_handler. If None, no
69-
ServerCallContext is passed.
68+
ServerCallContext passed to the request_handler. If None the
69+
DefaultCallContextBuilder is used.
7070
card_modifier: An optional callback to dynamically modify the public
7171
agent card before it is served.
7272
extended_card_modifier: An optional callback to dynamically modify

0 commit comments

Comments
 (0)