Constructor
Parameters
props (RemoteLLMChatNodeProps | RemoteLLMChatNodeWithLLMComponentProps) = {}
Optional configuration for the LLM chat node. Can specify either LLM provider settings to create a new internal component or pass llmComponent to reuse an existing one, but not both. If omitted, defaults are applied.
Returns
RemoteLLMChatNode
Overrides AbstractNode.constructor