AutomationAiAdvisorConfig
Type: Object
Configuration for AI Agent nodes that use AI agents to process and generate content. Supports prompt customization and context injection.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| agent | AiAgent! | Reference to the AI agent configuration | ||
| agentId | ID! | |||
| context | ExpressionScalar | Context expression that evaluates to data for the AI agent (supports expressions) | ||
| maxTokens | Int! | Maximum tokens for AI response | ||
| prompt | ExpressionScalar! | Prompt to send to the AI agent (supports expressions) | ||
| temperature | Decimal! | AI model temperature for response generation | ||
| type | String! | Node type identifier |