Send Chat Message
deerflow_chatSend a message to a DeerFlow thread to start or continue a research run. Returns thread and run IDs plus a web URL; poll run status, then fetch the report.
Instructions
Send a message to a DeerFlow thread and start a run. Omit thread_id to create a new thread, or pass an existing thread_id to continue a conversation. Returns immediately with the thread/run ids and a web URL; poll deerflow_run_status, then deerflow_get_report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Optional DeerFlow model name. | |
| message | Yes | The message to send to the DeerFlow agent. | |
| thread_id | No | Existing thread id to continue. Omit to start a new thread. | |
| recursion_limit | No | Optional agent recursion budget for this run (default 1000). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| status | Yes | ||
| web_url | Yes | ||
| thread_id | Yes |