external.flowise
Node ID: external.flowise
Category: platform
Inputs
Section titled “Inputs”| Input | Type | Description |
|---|---|---|
question (required) | string | User question or message |
overrideConfig | object | Override config for the chatflow |
chatId | string | Chat ID for conversation continuation |
sessionId | string | Session ID |
history | array | Conversation history |
Outputs
Section titled “Outputs”| Output | Type | Description |
|---|---|---|
text | string | Response text from Flowise |
json | object | JSON response (if applicable) |
chatId | string | Chat ID for continuation |
chatMessageId | string | Chat message ID |
sessionId | string | Session ID |
sourceDocuments | array | Source documents from RAG |
usedTools | array | Used tools |
agentReasoning | array | Agent reasoning trace |
rawResponse | object | Raw response (size-limited) |
warnings | array | Warnings from adapter |