Skip to content

Commit c906245

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 13375b4 commit c906245

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
@@ -1429,7 +1429,7 @@ def _new_invocation_context(
14291429
live_request_queue=live_request_queue,
14301430
run_config=run_config,
14311431
resumability_config=self.resumability_config,
1432-
request_state=request_state or {},
1432+
request_state=request_state if request_state is not None else {},
14331433
)
14341434

14351435
def _new_invocation_context_for_live(

0 commit comments

Comments
 (0)