We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065e447 commit b62b923Copy full SHA for b62b923
src/google/adk/agents/readonly_context.py
@@ -60,6 +60,6 @@ def session(self) -> Session:
60
return self._invocation_context.session
61
62
@property
63
- def run_config(self) -> RunConfig|None:
+ def run_config(self) -> Optional[RunConfig]:
64
"""The run config of the current invocation. READONLY field."""
65
return self._invocation_context.run_config
0 commit comments