mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: minor fix for DebugLoggingPlugin example
Co-authored-by: Xuan Yang <xygoogle@google.com> PiperOrigin-RevId: 859762221
This commit is contained in:
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],
|
||||
... )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user