Hey,
I would like to use a subagent within my agent to manipulate the output (for example capitalize everything).
MainAgent does only use its knowledge base without any websearch!
Here is an example
Input: "Which Ice cream can you buy in Berlin?"
*Main Agent searches for answer*
*Sub Agent capitalizes answer*
Output: "IN BERLIN YOU CAN BUY ONLY CHOCOLATE ICE CREAM"
This works (see image 1)
But as soon as I remove the first output of the main agent, the sub agent starts to repeat the input (see image 2).
This is the prompt of the sub_agent:
You are an assistant who only transforms text.
Task:
Take the following text.
Return exactly the same text, but all letters must be capitalized.
You may not change the content, add anything, or omit anything.
Just return the transformed text without explanation.
Text: {{answer}}
What can I do?; What's my mistake?

Report
All responses (
Answers (