Last updated
Was this helpful?
The Input section defines which data is passed to the AI agent at runtime. Inputs are configured through parameters, which act as structured placeholders and can be populated from chats, dataflows, triggers, or external integrations.
Correct input configuration is essential for predictable and reliable agent behavior.
Parameters define the inputs that are passed to the agent during execution.
Parameters are available within the system instruction and the runtime context
Each parameter consists of:
A name
A type
An optional description
An optional flag indicating the main chat input
Text
Boolean
Integer
Fraction
Date
Datetime
File
MultipleFiles
Name
Unique identifier of the parameter. Used to reference the input within instructions and runtime context.
Type
Defines the data type of the input (e.g. Text). Determines how the input is processed.
Description
Optional explanation of the purpose of the parameter.
Is main chat input
Marks this parameter as the primary chat input. Only one parameter can have this status.
Parameters marked as main chat input are used as the primary user input in chat-based agents.
Structured agents may define multiple parameters without a main chat input.
Last updated
Was this helpful?
Was this helpful?