RemoteLLMChatNode
RemoteLLMChatNodeProps
Configuration for RemoteLLMChatNode using LLM provider settings.
Was this page helpful?
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Realtime TTS-2 is live. Built for realtime conversation that feels human. Learn more
Configuration for RemoteLLMChatNode using LLM provider settings.
textGenerationConfig?: object
stream?: boolean
provider?: string
modelName?: string
responseFormat?: "text" | "json" | "json_schema"
messageTemplates?: Camelize<MessageTemplate>[]
Was this page helpful?