Skip to main content

AI Agent

Intelligent AI agent that can use tools and generate responses

Properties

PropertyValue
Typeai-agent
FamilyAI
GroupAgent

Parameters

NameLabelTypeDescriptionRequired
useChatHistoryUse Chat HistoryBoolUse conversation history from chat trigger instead of static promptsNo
systemPromptSystem PromptStringInstructions for the AI agent behaviorYes
userPromptUser PromptStringThe user’s message to send to the AI. Can use {{field}} syntax to reference input data.Yes
modelModelSelectAI model to use for generationYes
streamingStreaming ModeBoolEnable streaming responses (results returned progressively)No
enableMemoryEnable MemoryBoolEnable contextual memory for the AI agentNo
memoryScopeMemory ScopeStringScope for memory storage (e.g., workflow ID or custom scope)No
maxToolPassesMax Tool PassesNumberMaximum number of tool calling iterationsNo
temperatureTemperatureNumberCreativity level (0.0 = deterministic, 1.0 = creative)No
maxTokensMax TokensNumberMaximum tokens in the responseNo

Outputs

NameLabelTypeDescription
responseresponsestringAI generated response
modelmodelstringModel used for generation
tokensUsedtokensUsednumberNumber of tokens used
toolsUsedtoolsUsedarrayList of tools that were called