RemoteLLMChatNode
using LLM provider settings.
Remarks: This approach creates both the node and the underlying LLM component. If provider
/modelName
are omitted, sensible defaults will be used.
Extends: AbstractNodeProps
Interface Definition
Properties
id (optional)
modelName (optional)
provider (optional)
reportToClient (optional)
true
, you will see the output of this node in the GraphOutputStream.
Inherited from: AbstractNodeProps.reportToClient