-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
externalUser is not a member of langchain-aiUser is not a member of langchain-ailangchainFor docs changes to LangChainFor docs changes to LangChain
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

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
externalUser is not a member of langchain-aiUser is not a member of langchain-ailangchainFor docs changes to LangChainFor docs changes to LangChain