Send Message to Flowise Flow
flowise_predictSend a question to a Flowise chatflow or agentflow and receive the AI response. Supports session IDs for conversation context and optional configuration overrides.
Instructions
Send a message to a chatflow or agentflow and get a response.
This is the primary tool for interacting with Flowise flows. It sends a question/message to the specified flow and returns the AI response.
Args: params: Input containing flow_id, question, and optional session_id, streaming preference, and override_config.
Returns: The response from the Flowise flow.
Examples: - Simple question: Use flow_id and question - With session: Add session_id to maintain conversation context - Override settings: Use override_config to adjust temperature, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |