create_prediction_with_history
Run a Flowise chatflow with conversation history to provide context-aware answers.
Instructions
Run a Flowise chatflow with conversation history for context-aware responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | No | Optional session ID for conversation continuity | |
| history | Yes | Previous messages in the conversation | |
| question | Yes | The question or prompt to send to the chatflow | |
| chatflowId | Yes | The ID of the chatflow to run | |
| overrideConfig | No | Optional configuration overrides for the chatflow |