Learn how to pass information from your application to GenerativeAgent.
Add Input Variables with /analyze
analyze
, adding the inputVariables
attributes. inputVariables
is an untyped JSON object and you can pass any key-value pairs. You need to ensure you are consistent in the key names you use between /analyze
and the task instructions.With each call, any new input variable is added to the conversation context.Reference Input Variables in Task Instructions