run_chain
Start a named thinking chain to guide multi-step reasoning, routing to master when no custom chain matches. Use default or custom chains for freeform or checklist-based problem-solving.
Instructions
Start a thinking chain by name. When the task shape clearly matches a chain, call that chain directly; when nothing matches or the task needs multi-step reasoning, call run_chain("master") to route between PASS (no chains), "default" (freeform step-by-step thinking) and custom chains. Checklist chains return one complete checklist (single-shot). Staged/freeform chains open a session; continue with advance_chain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Chain name, e.g. "master", "default", or a custom chain from list_chains |