mify.llm.chat
Node ID: mify.llm.chat
Category: llm
Inputs
Section titled “Inputs”| Input | Type | Description |
|---|---|---|
messages | array | |
systemPrompt | string | |
userMessage (required) | string | |
query | string | Query text for RAG pipelines |
chunks | array | Retrieved chunks for RAG pipelines |
documents | array | Documents array for simple pipelines |
context | string | Optional context string (alternative to chunks/documents) |
Outputs
Section titled “Outputs”| Output | Type | Description |
|---|---|---|
response | string | |
usage | object |