-
Notifications
You must be signed in to change notification settings - Fork 398
docs: Reflect and Retry Tool Plugin - Update ADK doc according to issue #796 - 3 #802
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! Approved w/ minor comments.
| </div> | ||
|
|
||
| The Refect and Retry Tool plugin can help your agent recover from error | ||
| responses from ADK [Tools](/adk-docs/tools-custom/) and automatically retry the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be better to link to /adk-docs/tools/?
| ## Add Reflect and Retry Plugin | ||
|
|
||
| Add this plugin to your ADK workflow by adding it to the plugins setting of your | ||
| App object, as shown below: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Until we have more docs on App, consider linking to the App object in API docs at http://google.github.io/adk-docs/api-reference/python/google-adk.html#google.adk.apps.App.
| For a complete implementation of this sample, see the | ||
| [Basic sample](https://github.com/google/adk-python/tree/main/contributing/samples/plugin_reflect_tool_retry/basic). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sentence and link seems redundant given the section immediately below it.
This pull request adds documentation for the new
ReflectAndRetryToolPlugin, as requested in issue #796.