generate_report
Create an analytics report for a given topic via an asynchronous task. Submit the topic and receive a task ID to monitor progress or cancel.
Instructions
Generate an analytics report for a given topic. This is a long-running operation that executes asynchronously and may take several minutes. Returns a task ID immediately; poll tasks/get for the result, or call tasks/cancel to abort. Use this for comprehensive data analysis tasks. Demo: short simulated delay (~2s), not multi-minute workload. No persistence of reports in this sample; cancel via tasks/cancel stops the tracked task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||