run_task
Execute advanced AI tasks using state-of-the-art models for reasoning, analysis, and more. Start single or batch tasks with real-time progress monitoring and retrieve results using task IDs. Ideal for complex workflows requiring AI-driven insights.
Instructions
Start a complex AI task. Perform advanced reasoning and analysis with state of the art LLMs. Start multiple tasks at once by using an array for model. Returns a task ID immediately (or batch ID for multiple models) to check status and retrieve results.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context | No | Optional: Background context for the task | |
files | No | Optional: Array of file paths to include in the task context | |
model | No | Optional: Single model OR array of models for batch execution. Defaults to 'standard' if not specified. | |
output | No | Optional: The desired output/success state | |
read_only | No | Optional: When true, excludes tools that can modify files, execute commands, or make changes. Only allows read/search/analysis tools. | |
task | Yes | The task prompt - what to perform (required) |