-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
refactor: update import statements in tools #2796
Conversation
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated. Validation Report
Result Pull request satisfies all enabled pull request rules. Last Modified at 18 Jul 24 15:32 UTC |
This pull request is automatically being deployed by Amplify Hosting (learn more). |
* fix: update import statement for WikipediaAPI.py * fix: update import statement for flow_tool.py * fix: update import statement in StructuredTool * fix: update import in retriever tool (cherry picked from commit d897752)
This pull request fixes the import statements in the following files:
flow_tool.py
PythonCodeStructuredTool.py
RetrieverTool.py
WikipediaAPI.py
The import statements were updated to reflect changes in the package structure. This ensures that the tools can be imported correctly and used without any issues.