AI Chat

A chat interface for interacting with configured AI language models (OpenAI, Anthropic, Gemini). Maintains conversation history and supports tool calling.

Component Configuration

Option Description Required

id

A unique identifier for the component instance

displayName

The name shown in the Studio UI of this component

systemPrompt

System prompt that defines the AI's role and behavior

initialMessage

Optional initial message from the AI to start the conversation

maxTokens

Maximum tokens for AI responses (default: 1000) (default: 1000)

temperature

AI creativity/randomness (0.0-2.0, default: 0.7) (default: 0.7)

notes

Notes about this AI chat component