external.langflow
Node ID: external.langflow
Category: platform
Inputs
Section titled “Inputs”| Input | Type | Description |
|---|---|---|
question (required) | string | User question or message |
sessionId | string | Session ID for conversation continuation |
tweaks | object | Tweaks to apply to the flow |
Outputs
Section titled “Outputs”| Output | Type | Description |
|---|---|---|
text | string | Response text from Langflow |
answer | string | Answer (alias for text) |
sessionId | string | Session ID for continuation |
rawResponse | object | Raw response (size-limited) |
warnings | array | Warnings from adapter |