Skip to content

Commit 3f1b0d0

Browse files
xuanyang15copybara-github
authored andcommitted
chore: minor fix for DebugLoggingPlugin example
Co-authored-by: Xuan Yang <xygoogle@google.com> PiperOrigin-RevId: 859762221
1 parent 935c279 commit 3f1b0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/plugins/debug_logging_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class DebugLoggingPlugin(BasePlugin):
8282
Example:
8383
>>> debug_plugin = DebugLoggingPlugin(output_path="/tmp/adk_debug.yaml")
8484
>>> runner = Runner(
85-
... agents=[my_agent],
85+
... agent=my_agent,
8686
... plugins=[debug_plugin],
8787
... )
8888

0 commit comments

Comments
 (0)