Output variable is showing in red color

As you can see in above image i have already created a out variable but it is showing red in colour, can anyone help why this issue occurs?

@Priyesh_Shetty

whatever is defined in user prompt between curl braces should be an input argument only

output argument would be the output of the agent or the llm call

you need to just specify what kind of output is needed

either remove it or add it as input if that si input

if output then in prompt mention you need only email alone as output

you can give that in description of output argument so that llm understands what to respond with

cheers

Hi
Why do you need to use the output in the prompt? I think it is not possible, it should be an input…

Or if you are trying to save something to the output just created and mention in the prompt to save there, but no need to put the argument

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.