You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
chore: Update comment to clarify after_run callbacks
PiperOrigin-RevId: 802852137
This commit is contained in:
committed by
Copybara-Service
parent
cecf7e805d
commit
7720616c5f
@@ -296,7 +296,9 @@ class Runner:
|
||||
)
|
||||
yield (modified_event if modified_event else event)
|
||||
|
||||
# Step 4: Run the after_run callbacks to optionally modify the context.
|
||||
# Step 4: Run the after_run callbacks to perform global cleanup tasks or
|
||||
# finalizing logs and metrics data.
|
||||
# This does NOT emit any event.
|
||||
await plugin_manager.run_after_run_callback(
|
||||
invocation_context=invocation_context
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user