-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
feat(Tools): Add Serply Web/Job/Scholar/News Search tool for more options #5186
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.
Hey, I noticed some translation issues. Could you fix them before we merge?
api/core/tools/provider/builtin/websearch/tools/get_markdown.yaml
Outdated
Show resolved
Hide resolved
api/core/tools/provider/builtin/websearch/tools/news_search.yaml
Outdated
Show resolved
Hide resolved
api/core/tools/provider/builtin/websearch/tools/scholar_search.yaml
Outdated
Show resolved
Hide resolved
api/core/tools/provider/builtin/websearch/tools/web_search.yaml
Outdated
Show resolved
Hide resolved
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.
There are still some issues that need to be fixed.
api/core/tools/provider/builtin/websearch/tools/scholar_search.yaml
Outdated
Show resolved
Hide resolved
api/core/tools/provider/builtin/websearch/tools/news_search.yaml
Outdated
Show resolved
Hide resolved
api/core/tools/provider/builtin/websearch/tools/web_search.yaml
Outdated
Show resolved
Hide resolved
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
…ions (langgenius#5186) Co-authored-by: teampen <136991215+teampen@users.noreply.github.com>
…ions (langgenius#5186) Co-authored-by: teampen <136991215+teampen@users.noreply.github.com>
Description
Adding additional tools for searching the web. It supports more options such as country, language. Also adds searching scholar, jobs, and news.
Fixes #5121
Type of Change
Please delete options that are not relevant.
How Has This Been Tested?
Suggested Checklist:
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint godsoptional
I have made corresponding changes to the documentationoptional
I have added tests that prove my fix is effective or that my feature worksoptional
New and existing unit tests pass locally with my changesSuggested Checklist:
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint godsoptional
I have made corresponding changes to the documentationoptional
I have added tests that prove my fix is effective or that my feature worksoptional
New and existing unit tests pass locally with my changes