Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
community[patch]: Fix typo in arxiv tool's doc (langchain-ai#21970)
Browse files Browse the repository at this point in the history
Fix typo in arxiv tool's doc
  • Loading branch information
Ag2S1 authored May 21, 2024
1 parent 54adcd9 commit 8e1aeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/community/langchain_community/utilities/arxiv.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class ArxivAPIWrapper(BaseModel):
load_all_available_meta = False,
doc_content_chars_max = 40000
)
arxiv.run("tree of thought llm)
arxiv.run("tree of thought llm")
"""

arxiv_search: Any #: :meta private:
Expand Down

0 comments on commit 8e1aeb8

Please sign in to comment.