create_prediction
Submit a user prompt to a Flowise chatflow identified by its ID and retrieve the chatflow's response.
Instructions
Run a Flowise chatflow and return its response.
Args:
chatflow_id: Id of the chatflow to run (see list_chatflows).
question: User input / prompt to send to the chatflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | ||
| chatflow_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |