Skip to content

[langchain]: ArXiv tool documentation incorrectΒ #2956

@ManishKanaparthi

Description

Type of issue

issue / bug

Language

Python

Description

load_tools does not exist anymore. need to use ArxivQueryRun & ArxivAPIWrapper

Eg:
arxiv = ArxivQueryRun(api_wrapper=ArxivAPIWrapper())
model = ChatGroq(model="openai/gpt-oss-120b", api_key=groq_api)
agent = create_agent(model=model, tools=[arxiv], system_prompt="You are a helpful assistant")
agent

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    externalUser is not a member of langchain-ailangchainFor docs changes to LangChain

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions