set_council_timeouts
Prevent truncated model responses by adjusting per-completion timeouts for council calls. Specify separate values for text-only and repo-access runs; changes apply immediately.
Instructions
Set the per-completion wall-clock timeouts (ms) for council calls, persisted across reloads and overriding the REQUEST_TIMEOUT_MS / REPO_REQUEST_TIMEOUT_MS env defaults. run_timeout_ms applies to text-only ask_council calls; repo_timeout_ms applies when full_repo_access is set (repo-reading completions run longer). Omit either to leave it unchanged. Raise these when a member answer is cut mid-generation (the result then carries a timeoutNotice). Returns the now-effective values. A reload is NOT required — takes effect on the next ask_council.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_timeout_ms | No | Per-completion timeout (ms) for text-only calls (no full_repo_access). Default 300000 (5 min). | |
| repo_timeout_ms | No | Per-completion timeout (ms) for calls with full_repo_access. Default 600000 (10 min). |