community[tool]: Integrate a tool for the naver_search#30392
Merged
ccurme (ccurme) merged 8 commits intolangchain-ai:masterfrom Mar 23, 2025
Merged
community[tool]: Integrate a tool for the naver_search#30392ccurme (ccurme) merged 8 commits intolangchain-ai:masterfrom
ccurme (ccurme) merged 8 commits intolangchain-ai:masterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
Author
|
ccurme (@ccurme) Could you check this PR? |
ccurme (ccurme)
approved these changes
Mar 23, 2025
| "\n", | ||
| "### Tool features\n", | ||
| "\n", | ||
| "**Search** : The Naver Search Tool provides a simple interface to search Naver and get results: \n", |
Collaborator
There was a problem hiding this comment.
This sentence ends abruptly.
Contributor
Author
There was a problem hiding this comment.
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" |
Collaborator
There was a problem hiding this comment.
Suggested change
| "result[\"messages\"][-1].content" | |
| "result[\"messages\"][-1].pretty_print()" |
Might be nice to run this to show output!
Collaborator
|
Changyong Um (@e7217) Naver has recently published an official You might consider collaborating with them to see if it makes sense to consolidate what's in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 (@ccurme)