Ask configured chat
ask_configured_chatAsk questions directly to a configured RAGFlow chat assistant without needing dataset, chat, or session IDs.
Instructions
Preferred one-step QA tool. Ask a question in the RAGFlow chat assistant configured on server startup. No dataset_id, chat_id, or session_id is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | Question | |
| stream | No | Use RAGFlow streaming first. Default true. | |
| new_session | No | Create a new configured chat session for this question. | |
| session_name | No | Optional session name when new_session is true. |