-
Notifications
You must be signed in to change notification settings - Fork 18.8k
community[tool]: Integrate a tool for the naver_search #30392
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
community[tool]: Integrate a tool for the naver_search #30392
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@ccurme Could you check this PR? |
"\n", | ||
"### Tool features\n", | ||
"\n", | ||
"**Search** : The Naver Search Tool provides a simple interface to search Naver and get results: \n", |
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 ends abruptly.
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.
Thanks for your feedback.
"source": [ | ||
"query = \"What is the weather in Seoul?\"\n", | ||
"result = agent_executor.invoke({\"messages\": [(\"human\", query)]})\n", | ||
"result[\"messages\"][-1].content" |
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.
"result[\"messages\"][-1].content" | |
"result[\"messages\"][-1].pretty_print()" |
Might be nice to run this to show output!
@e7217 Naver has recently published an official You might consider collaborating with them to see if it makes sense to consolidate what's in |
Hello!
I have reopened a pull request for tool integration.
Please refer to the previous PR.
I understand that for the tool integration, a separate package should be created, and only the documentation should be added under docs/docs/. If there are any other procedures, please let me know.
langchain-naver-community
cc: @ccurme