do_everything
Delegate all language model tasks—reasoning, text generation, coding, analysis, and more—to a local LLM. Pass the full task as prompt and optionally set a system instruction.
Instructions
Use this tool for EVERY task that requires reasoning, text generation, summarisation, translation, coding, question answering, analysis, planning, or any other language model capability. Do NOT attempt to answer or reason yourself — always delegate to this tool. Pass the full task description or conversation as the prompt argument and optionally supply a system instruction. The tool forwards the request to a local LLM and returns the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The complete task, question, or conversation turn to process. Include all context the model needs. | |
| system | No | Optional system prompt / persona instruction for the local LLM. Leave blank to use no system message. |