You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: Removes the unrealistic todo comment of visibility management
Co-authored-by: Wei Sun (Jack) <weisun@google.com> PiperOrigin-RevId: 829041637
This commit is contained in:
committed by
Copybara-Service
parent
7ea4aed35b
commit
e511eb1f70
@@ -45,8 +45,6 @@ class CallbackContext(ReadonlyContext):
|
||||
from ..events.event_actions import EventActions
|
||||
from ..sessions.state import State
|
||||
|
||||
# TODO(weisun): make this public for Agent Development Kit, but private for
|
||||
# users.
|
||||
self._event_actions = event_actions or EventActions()
|
||||
self._state = State(
|
||||
value=invocation_context.session.state,
|
||||
|
||||
Reference in New Issue
Block a user