Constructor
Parameters
props (RemoteLLMCompletionNodeProps | RemoteLLMCompletionNodeWithLLMComponentProps) = {}
Optional configuration for the LLM completion 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
RemoteLLMCompletionNode
Overrides AbstractNode.constructor