chore: minor fix for DebugLoggingPlugin example

Co-authored-by: Xuan Yang <xygoogle@google.com>
PiperOrigin-RevId: 859762221
This commit is contained in:
Xuan Yang
2026-01-22 14:00:17 -08:00
committed by Copybara-Service
parent 935c279f82
commit 3f1b0d0957
@@ -82,7 +82,7 @@ class DebugLoggingPlugin(BasePlugin):
Example:
>>> debug_plugin = DebugLoggingPlugin(output_path="/tmp/adk_debug.yaml")
>>> runner = Runner(
... agents=[my_agent],
... agent=my_agent,
... plugins=[debug_plugin],
... )