use langgraph's multi-agents and the deepseek-r1 #4431
Unanswered
Zhengyu-Ju
asked this question in
Q&A
Replies: 2 comments
-
How to fix it? Anyone can help ? I face similiar issues! |
Beta Was this translation helpful? Give feedback.
0 replies
-
是不是要bind_tools? llm_with_tools = llm.bind_tools([mock_search_tool])
research_agent = create_react_agent(
llm_with_tools,
tools=[mock_search_tool],
prompt="您是经济数据分析员,使用模拟工具获取预设的GDP数据。请不要进行数学计算。"
) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use langgraph's multi-agents and the deepseek-r1 large model. However, it seems that when the agent is called, there is no prompt for the tool in the prompt, resulting in the inability to call the agent's tool. But it is possible to use qwen-72b
When calling researcher_agent, it was found that the definition tool was not used at all,how can l modify it
Beta Was this translation helpful? Give feedback.
All reactions