revert: per-model thinkingDefault override (#19195)

Merged via /review-pr -> /prepare-pr -> /merge-pr.

Prepared head SHA: fe2c59e222
Co-authored-by: sebslight <19554889+sebslight@users.noreply.github.com>
Co-authored-by: sebslight <19554889+sebslight@users.noreply.github.com>
Reviewed-by: @sebslight
This commit is contained in:
Seb Slight
2026-02-17 09:25:18 -05:00
committed by GitHub
parent 5d1bcc76cc
commit 3211280bed
4 changed files with 1 additions and 32 deletions

View File

@@ -18,8 +18,6 @@ export type AgentModelEntryConfig = {
params?: Record<string, unknown>;
/** Enable streaming for this model (default: true, false for Ollama to avoid SDK issue #1205). */
streaming?: boolean;
/** Per-model default thinking level (overrides global thinkingDefault). */
thinkingDefault?: "off" | "minimal" | "low" | "medium" | "high" | "xhigh";
};
export type AgentModelListConfig = {