Hello everyone,
I have an AI agent that answers user queries. To achieve this, it invokes the “Knowledge” tool with the following input:
Tool Input:
{
"query": "What is your name?"
}
Tool Output:
{
"output": "Jeff"
}
The AI agent then utilizes this information to formulate a response. However, I also require direct access to the raw output from the tool so that I can utilize it later in the workflow.
Questions:
- Is there a method to access the tool’s output directly?
- Can I save the raw output for subsequent use within the flow?
Please provide the rewritten markdown content *it should be in the markdown format.
Unfortunately, I don't believe there's a direct method for that.
However, you could submit a feature request for this functionality.
There is a workaround, though:
Add this option to your Agent:
Enable it:
When this tool executes:
You will observe its outcome in the output:
If my response resolves your query, please consider marking it as the solution.
This thread was automatically closed 7 days following the last response. New replies are no longer permitted.