codebrain_generate
Delegate generation tasks to a local model for bulk work like templates, headlines, or boilerplate. Review raw text before applying.
Instructions
Delegate a generation task to the local Qwen-Coder model via Ollama.
Use this for bulk or routine work where a 14B local model is good enough: generating event templates, headlines, company descriptions, UI polish drafts, boilerplate, or repetitive transformations. The response is returned as raw text — review before applying.
Args:
prompt: The task description or content request.
system: Optional system message to steer tone / format / constraints.
use_brain: If true, prepend .brain/context.md from cwd to the system prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| system | No | ||
| use_brain | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |