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.
after_run
1 parent cecf7e8 commit 7720616Copy full SHA for 7720616
src/google/adk/runners.py
@@ -296,7 +296,9 @@ async def _exec_with_plugin(
296
)
297
yield (modified_event if modified_event else event)
298
299
- # 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
300
+ # finalizing logs and metrics data.
301
+ # This does NOT emit any event.
302
await plugin_manager.run_after_run_callback(
303
invocation_context=invocation_context
304
0 commit comments