Skip to content

Commit c59fd0e

Browse files
jazhang00copybara-github
authored andcommitted
fix(plugins): correct lazy import path for ReflectAndRetryModelPlugin
Co-authored-by: Jason Zhang <jasoncz@google.com> PiperOrigin-RevId: 954786436
1 parent de2e66e commit c59fd0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/google/adk/plugins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
_LAZY_MEMBERS: dict[str, str] = {
3939
"DebugLoggingPlugin": "debug_logging_plugin",
4040
"LoggingPlugin": "logging_plugin",
41-
"ReflectAndRetryModelPlugin": "reflect_retry_model_plugin",
41+
"ReflectAndRetryModelPlugin": "_reflect_retry_model_plugin",
4242
"ReflectAndRetryToolPlugin": "reflect_retry_tool_plugin",
4343
}
4444

0 commit comments

Comments
 (0)