Skip to content

Commit f93a5fd

Browse files
committed
docs: Clarify ReadOnlyContext.state property as MappingProxyType with ChainMap details, refine request_state initialization, and remove an unused header regex
1 parent 0ffdee4 commit f93a5fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/google/adk/runners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ def _new_invocation_context(
14901490
live_request_queue=live_request_queue,
14911491
run_config=run_config,
14921492
resumability_config=self.resumability_config,
1493-
request_state=request_state or {},
1493+
request_state=request_state if request_state is not None else {},
14941494
)
14951495

14961496
def _new_invocation_context_for_live(

0 commit comments

Comments
 (0)