dataprobe_ask
Submit a natural-language data question and poll until the DataProbe answer is ready.
Instructions
Ask a natural-language data question and poll until the DataProbe answer is finished.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language data question. | |
| history | No | Optional previous Q&A context: [{ question, summary, sql }]. | |
| max_polls | No | Maximum polling attempts. Default 120. | |
| dataset_id | No | Optional DataProbe dataset id. | |
| poll_interval_ms | No | Polling interval in milliseconds. Default 1500. |