Replies: 1 comment
-
same here |
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.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I created a workflow and distributed it as a tool. Then, I created a new ChatFlow, added an agent, and applied the React Strategy. After registering this tool in the Tool List, I ran the ChatFlow and checked the logs, but encountered the following error:
(The tool-made workflow is a RAG application that registers an introduction document to the game "Squid Game" as knowledge and retrieves answers from it. The tool is named "rag_agnet_tool")
I'd like to know how to solve this problem! Can you help me?
{
"output": "tool invoke error: read tool response failed: request failed: 401 Unauthorized: Invalid Authorization token.",
"tool_calls_args": {
"query": "Name of the suid game player 001?"
},
"tool_name": "rag_agnet_tool"
}
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions