oh-my-opencode 4.4.0 → 4.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/command/get-unpublished-changes.md +148 -0
- package/.agents/command/omomomo.md +37 -0
- package/.agents/command/publish.md +376 -0
- package/.agents/command/remove-deadcode.md +221 -0
- package/.agents/command/security-research.md +16 -0
- package/.agents/skills/get-unpublished-changes/SKILL.md +24 -0
- package/.agents/skills/github-triage/SKILL.md +587 -0
- package/.agents/skills/github-triage/scripts/gh_fetch.py +398 -0
- package/.agents/skills/hyperplan/SKILL.md +450 -0
- package/.agents/skills/omomomo/SKILL.md +36 -0
- package/.agents/skills/pre-publish-review/SKILL.md +407 -0
- package/.agents/skills/publish/SKILL.md +428 -0
- package/.agents/skills/remove-deadcode/SKILL.md +216 -0
- package/.agents/skills/security-research/SKILL.md +204 -0
- package/.agents/skills/work-with-pr/SKILL.md +360 -0
- package/.agents/skills/work-with-pr-workspace/evals/evals.json +76 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/benchmark.json +138 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/benchmark.md +42 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/eval_metadata.json +57 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/grading.json +15 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/code-changes.md +454 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/execution-plan.md +136 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/pr-description.md +47 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/verification-strategy.md +163 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/grading.json +15 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/code-changes.md +615 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/execution-plan.md +99 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/pr-description.md +50 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/verification-strategy.md +111 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/eval_metadata.json +37 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/grading.json +11 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/code-changes.md +205 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/execution-plan.md +78 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/pr-description.md +42 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/verification-strategy.md +87 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/grading.json +11 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/code-changes.md +334 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/execution-plan.md +86 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/pr-description.md +23 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/verification-strategy.md +119 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/eval_metadata.json +32 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/grading.json +10 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/code-changes.md +221 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/execution-plan.md +104 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/pr-description.md +41 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/verification-strategy.md +84 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/grading.json +10 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/code-changes.md +342 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/execution-plan.md +131 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/pr-description.md +39 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/verification-strategy.md +128 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/eval_metadata.json +32 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/grading.json +10 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/code-changes.md +143 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/execution-plan.md +82 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/pr-description.md +51 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/verification-strategy.md +69 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/grading.json +10 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/code-changes.md +252 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/execution-plan.md +83 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/pr-description.md +33 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/verification-strategy.md +101 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/eval_metadata.json +32 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/grading.json +10 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/code-changes.md +387 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/execution-plan.md +112 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/pr-description.md +51 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/verification-strategy.md +75 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/grading.json +10 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/code-changes.md +529 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/execution-plan.md +127 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/pr-description.md +42 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/verification-strategy.md +120 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/review.html +1326 -0
- package/.opencode/command/get-unpublished-changes.md +148 -0
- package/.opencode/command/omomomo.md +37 -0
- package/.opencode/command/publish.md +376 -0
- package/.opencode/command/remove-deadcode.md +221 -0
- package/.opencode/command/security-research.md +16 -0
- package/.opencode/skills/github-triage/SKILL.md +587 -0
- package/.opencode/skills/github-triage/scripts/gh_fetch.py +398 -0
- package/.opencode/skills/hyperplan/SKILL.md +450 -0
- package/.opencode/skills/pre-publish-review/SKILL.md +407 -0
- package/.opencode/skills/work-with-pr/SKILL.md +360 -0
- package/.opencode/skills/work-with-pr-workspace/evals/evals.json +76 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/benchmark.json +138 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/benchmark.md +42 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/eval_metadata.json +57 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/grading.json +15 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/code-changes.md +454 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/execution-plan.md +136 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/pr-description.md +47 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/verification-strategy.md +163 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/grading.json +15 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/code-changes.md +615 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/execution-plan.md +99 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/pr-description.md +50 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/verification-strategy.md +111 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/eval_metadata.json +37 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/grading.json +11 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/code-changes.md +205 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/execution-plan.md +78 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/pr-description.md +42 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/verification-strategy.md +87 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/grading.json +11 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/code-changes.md +334 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/execution-plan.md +86 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/pr-description.md +23 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/verification-strategy.md +119 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/eval_metadata.json +32 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/grading.json +10 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/code-changes.md +221 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/execution-plan.md +104 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/pr-description.md +41 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/verification-strategy.md +84 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/grading.json +10 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/code-changes.md +342 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/execution-plan.md +131 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/pr-description.md +39 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/verification-strategy.md +128 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/eval_metadata.json +32 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/grading.json +10 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/code-changes.md +143 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/execution-plan.md +82 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/pr-description.md +51 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/verification-strategy.md +69 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/grading.json +10 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/code-changes.md +252 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/execution-plan.md +83 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/pr-description.md +33 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/verification-strategy.md +101 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/eval_metadata.json +32 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/grading.json +10 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/code-changes.md +387 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/execution-plan.md +112 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/pr-description.md +51 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/verification-strategy.md +75 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/grading.json +10 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/code-changes.md +529 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/execution-plan.md +127 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/pr-description.md +42 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/verification-strategy.md +120 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/review.html +1326 -0
- package/README.ja.md +1 -1
- package/README.ko.md +1 -1
- package/README.md +1 -1
- package/README.ru.md +1 -1
- package/README.zh-cn.md +1 -1
- package/dist/agents/atlas/agent.d.ts +6 -6
- package/dist/agents/prometheus/gemini.d.ts +0 -11
- package/dist/agents/prometheus/gpt.d.ts +0 -10
- package/dist/agents/prometheus/system-prompt.d.ts +2 -20
- package/dist/agents/types.d.ts +1 -16
- package/dist/cli/index.js +50 -17
- package/dist/config/schema/agent-names.d.ts +3 -3
- package/dist/config/schema/agent-overrides.d.ts +208 -208
- package/dist/config/schema/categories.d.ts +28 -28
- package/dist/config/schema/fallback-models.d.ts +20 -20
- package/dist/config/schema/oh-my-opencode-config.d.ts +208 -208
- package/dist/features/background-agent/parent-wake-notifier.d.ts +8 -1
- package/dist/help/schema/acp.d.ts +95 -0
- package/dist/help/schema/doctor.d.ts +147 -0
- package/dist/help/schema/sandbox.d.ts +74 -0
- package/dist/help/schema/status.d.ts +139 -0
- package/dist/hooks/keyword-detector/analyze/default.d.ts +1 -1
- package/dist/hooks/keyword-detector/hyperplan/default.d.ts +1 -1
- package/dist/hooks/keyword-detector/search/default.d.ts +1 -1
- package/dist/hooks/keyword-detector/team/default.d.ts +2 -7
- package/dist/hooks/keyword-detector/ultrawork/default.d.ts +1 -9
- package/dist/hooks/keyword-detector/ultrawork/gemini.d.ts +1 -16
- package/dist/hooks/keyword-detector/ultrawork/gpt.d.ts +1 -10
- package/dist/hooks/keyword-detector/ultrawork/planner.d.ts +1 -5
- package/dist/hooks/ralph-loop/no-progress-turn-detector.d.ts +7 -0
- package/dist/hooks/ralph-loop/pending-verification-handler.d.ts +1 -0
- package/dist/hooks/ralph-loop/types.d.ts +1 -0
- package/dist/hooks/runtime-fallback/error-classifier.d.ts +1 -0
- package/dist/index.js +51910 -50310
- package/dist/shared/prompt-async-gate/pending-tool-turn.d.ts +1 -0
- package/dist/shared/prompt-async-gate/types.d.ts +4 -3
- package/package.json +19 -13
- package/dist/agents/atlas/default-prompt-sections.d.ts +0 -6
- package/dist/agents/atlas/default.d.ts +0 -2
- package/dist/agents/atlas/gemini-prompt-sections.d.ts +0 -6
- package/dist/agents/atlas/gemini.d.ts +0 -2
- package/dist/agents/atlas/gpt-prompt-sections.d.ts +0 -6
- package/dist/agents/atlas/gpt.d.ts +0 -2
- package/dist/agents/atlas/kimi-prompt-sections.d.ts +0 -6
- package/dist/agents/atlas/kimi.d.ts +0 -2
- package/dist/agents/atlas/opus-4-7-prompt-sections.d.ts +0 -6
- package/dist/agents/atlas/opus-4-7.d.ts +0 -2
- package/dist/agents/atlas/shared-prompt.d.ts +0 -9
- package/dist/agents/prometheus/behavioral-summary.d.ts +0 -6
- package/dist/agents/prometheus/high-accuracy-mode.d.ts +0 -6
- package/dist/agents/prometheus/identity-constraints.d.ts +0 -7
- package/dist/agents/prometheus/interview-mode.d.ts +0 -7
- package/dist/agents/prometheus/plan-generation.d.ts +0 -7
- package/dist/agents/prometheus/plan-template.d.ts +0 -7
- package/dist/agents/prometheus/spec-driven-mode.d.ts +0 -7
|
@@ -5,13 +5,13 @@ export declare const AgentOverrideConfigSchema: z.ZodObject<{
|
|
|
5
5
|
model: z.ZodString;
|
|
6
6
|
variant: z.ZodOptional<z.ZodString>;
|
|
7
7
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
8
|
-
|
|
9
|
-
minimal: "minimal";
|
|
10
|
-
low: "low";
|
|
8
|
+
max: "max";
|
|
11
9
|
medium: "medium";
|
|
12
10
|
high: "high";
|
|
13
11
|
xhigh: "xhigh";
|
|
14
|
-
|
|
12
|
+
low: "low";
|
|
13
|
+
none: "none";
|
|
14
|
+
minimal: "minimal";
|
|
15
15
|
}>>;
|
|
16
16
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
17
17
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -27,13 +27,13 @@ export declare const AgentOverrideConfigSchema: z.ZodObject<{
|
|
|
27
27
|
model: z.ZodString;
|
|
28
28
|
variant: z.ZodOptional<z.ZodString>;
|
|
29
29
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
30
|
-
|
|
31
|
-
minimal: "minimal";
|
|
32
|
-
low: "low";
|
|
30
|
+
max: "max";
|
|
33
31
|
medium: "medium";
|
|
34
32
|
high: "high";
|
|
35
33
|
xhigh: "xhigh";
|
|
36
|
-
|
|
34
|
+
low: "low";
|
|
35
|
+
none: "none";
|
|
36
|
+
minimal: "minimal";
|
|
37
37
|
}>>;
|
|
38
38
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
39
39
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -108,18 +108,18 @@ export declare const AgentOverrideConfigSchema: z.ZodObject<{
|
|
|
108
108
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
109
109
|
}, z.core.$strip>>;
|
|
110
110
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
111
|
-
|
|
112
|
-
minimal: "minimal";
|
|
113
|
-
low: "low";
|
|
111
|
+
max: "max";
|
|
114
112
|
medium: "medium";
|
|
115
113
|
high: "high";
|
|
116
114
|
xhigh: "xhigh";
|
|
117
|
-
|
|
115
|
+
low: "low";
|
|
116
|
+
none: "none";
|
|
117
|
+
minimal: "minimal";
|
|
118
118
|
}>>;
|
|
119
119
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
120
|
-
low: "low";
|
|
121
120
|
medium: "medium";
|
|
122
121
|
high: "high";
|
|
122
|
+
low: "low";
|
|
123
123
|
}>>;
|
|
124
124
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
125
125
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -138,13 +138,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
138
138
|
model: z.ZodString;
|
|
139
139
|
variant: z.ZodOptional<z.ZodString>;
|
|
140
140
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
141
|
-
|
|
142
|
-
minimal: "minimal";
|
|
143
|
-
low: "low";
|
|
141
|
+
max: "max";
|
|
144
142
|
medium: "medium";
|
|
145
143
|
high: "high";
|
|
146
144
|
xhigh: "xhigh";
|
|
147
|
-
|
|
145
|
+
low: "low";
|
|
146
|
+
none: "none";
|
|
147
|
+
minimal: "minimal";
|
|
148
148
|
}>>;
|
|
149
149
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
150
150
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -160,13 +160,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
160
160
|
model: z.ZodString;
|
|
161
161
|
variant: z.ZodOptional<z.ZodString>;
|
|
162
162
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
163
|
-
|
|
164
|
-
minimal: "minimal";
|
|
165
|
-
low: "low";
|
|
163
|
+
max: "max";
|
|
166
164
|
medium: "medium";
|
|
167
165
|
high: "high";
|
|
168
166
|
xhigh: "xhigh";
|
|
169
|
-
|
|
167
|
+
low: "low";
|
|
168
|
+
none: "none";
|
|
169
|
+
minimal: "minimal";
|
|
170
170
|
}>>;
|
|
171
171
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
172
172
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -241,18 +241,18 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
241
241
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
242
242
|
}, z.core.$strip>>;
|
|
243
243
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
244
|
-
|
|
245
|
-
minimal: "minimal";
|
|
246
|
-
low: "low";
|
|
244
|
+
max: "max";
|
|
247
245
|
medium: "medium";
|
|
248
246
|
high: "high";
|
|
249
247
|
xhigh: "xhigh";
|
|
250
|
-
|
|
248
|
+
low: "low";
|
|
249
|
+
none: "none";
|
|
250
|
+
minimal: "minimal";
|
|
251
251
|
}>>;
|
|
252
252
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
253
|
-
low: "low";
|
|
254
253
|
medium: "medium";
|
|
255
254
|
high: "high";
|
|
255
|
+
low: "low";
|
|
256
256
|
}>>;
|
|
257
257
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
258
258
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -270,13 +270,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
270
270
|
model: z.ZodString;
|
|
271
271
|
variant: z.ZodOptional<z.ZodString>;
|
|
272
272
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
273
|
-
|
|
274
|
-
minimal: "minimal";
|
|
275
|
-
low: "low";
|
|
273
|
+
max: "max";
|
|
276
274
|
medium: "medium";
|
|
277
275
|
high: "high";
|
|
278
276
|
xhigh: "xhigh";
|
|
279
|
-
|
|
277
|
+
low: "low";
|
|
278
|
+
none: "none";
|
|
279
|
+
minimal: "minimal";
|
|
280
280
|
}>>;
|
|
281
281
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
282
282
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -292,13 +292,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
292
292
|
model: z.ZodString;
|
|
293
293
|
variant: z.ZodOptional<z.ZodString>;
|
|
294
294
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
295
|
-
|
|
296
|
-
minimal: "minimal";
|
|
297
|
-
low: "low";
|
|
295
|
+
max: "max";
|
|
298
296
|
medium: "medium";
|
|
299
297
|
high: "high";
|
|
300
298
|
xhigh: "xhigh";
|
|
301
|
-
|
|
299
|
+
low: "low";
|
|
300
|
+
none: "none";
|
|
301
|
+
minimal: "minimal";
|
|
302
302
|
}>>;
|
|
303
303
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
304
304
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -373,18 +373,18 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
373
373
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
374
374
|
}, z.core.$strip>>;
|
|
375
375
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
376
|
-
|
|
377
|
-
minimal: "minimal";
|
|
378
|
-
low: "low";
|
|
376
|
+
max: "max";
|
|
379
377
|
medium: "medium";
|
|
380
378
|
high: "high";
|
|
381
379
|
xhigh: "xhigh";
|
|
382
|
-
|
|
380
|
+
low: "low";
|
|
381
|
+
none: "none";
|
|
382
|
+
minimal: "minimal";
|
|
383
383
|
}>>;
|
|
384
384
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
385
|
-
low: "low";
|
|
386
385
|
medium: "medium";
|
|
387
386
|
high: "high";
|
|
387
|
+
low: "low";
|
|
388
388
|
}>>;
|
|
389
389
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
390
390
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -402,13 +402,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
402
402
|
model: z.ZodString;
|
|
403
403
|
variant: z.ZodOptional<z.ZodString>;
|
|
404
404
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
405
|
-
|
|
406
|
-
minimal: "minimal";
|
|
407
|
-
low: "low";
|
|
405
|
+
max: "max";
|
|
408
406
|
medium: "medium";
|
|
409
407
|
high: "high";
|
|
410
408
|
xhigh: "xhigh";
|
|
411
|
-
|
|
409
|
+
low: "low";
|
|
410
|
+
none: "none";
|
|
411
|
+
minimal: "minimal";
|
|
412
412
|
}>>;
|
|
413
413
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
414
414
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -424,13 +424,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
424
424
|
model: z.ZodString;
|
|
425
425
|
variant: z.ZodOptional<z.ZodString>;
|
|
426
426
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
427
|
-
|
|
428
|
-
minimal: "minimal";
|
|
429
|
-
low: "low";
|
|
427
|
+
max: "max";
|
|
430
428
|
medium: "medium";
|
|
431
429
|
high: "high";
|
|
432
430
|
xhigh: "xhigh";
|
|
433
|
-
|
|
431
|
+
low: "low";
|
|
432
|
+
none: "none";
|
|
433
|
+
minimal: "minimal";
|
|
434
434
|
}>>;
|
|
435
435
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
436
436
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -505,18 +505,18 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
505
505
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
506
506
|
}, z.core.$strip>>;
|
|
507
507
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
508
|
-
|
|
509
|
-
minimal: "minimal";
|
|
510
|
-
low: "low";
|
|
508
|
+
max: "max";
|
|
511
509
|
medium: "medium";
|
|
512
510
|
high: "high";
|
|
513
511
|
xhigh: "xhigh";
|
|
514
|
-
|
|
512
|
+
low: "low";
|
|
513
|
+
none: "none";
|
|
514
|
+
minimal: "minimal";
|
|
515
515
|
}>>;
|
|
516
516
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
517
|
-
low: "low";
|
|
518
517
|
medium: "medium";
|
|
519
518
|
high: "high";
|
|
519
|
+
low: "low";
|
|
520
520
|
}>>;
|
|
521
521
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
522
522
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -534,13 +534,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
534
534
|
model: z.ZodString;
|
|
535
535
|
variant: z.ZodOptional<z.ZodString>;
|
|
536
536
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
537
|
-
|
|
538
|
-
minimal: "minimal";
|
|
539
|
-
low: "low";
|
|
537
|
+
max: "max";
|
|
540
538
|
medium: "medium";
|
|
541
539
|
high: "high";
|
|
542
540
|
xhigh: "xhigh";
|
|
543
|
-
|
|
541
|
+
low: "low";
|
|
542
|
+
none: "none";
|
|
543
|
+
minimal: "minimal";
|
|
544
544
|
}>>;
|
|
545
545
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
546
546
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -556,13 +556,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
556
556
|
model: z.ZodString;
|
|
557
557
|
variant: z.ZodOptional<z.ZodString>;
|
|
558
558
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
559
|
-
|
|
560
|
-
minimal: "minimal";
|
|
561
|
-
low: "low";
|
|
559
|
+
max: "max";
|
|
562
560
|
medium: "medium";
|
|
563
561
|
high: "high";
|
|
564
562
|
xhigh: "xhigh";
|
|
565
|
-
|
|
563
|
+
low: "low";
|
|
564
|
+
none: "none";
|
|
565
|
+
minimal: "minimal";
|
|
566
566
|
}>>;
|
|
567
567
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
568
568
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -637,18 +637,18 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
637
637
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
638
638
|
}, z.core.$strip>>;
|
|
639
639
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
640
|
-
|
|
641
|
-
minimal: "minimal";
|
|
642
|
-
low: "low";
|
|
640
|
+
max: "max";
|
|
643
641
|
medium: "medium";
|
|
644
642
|
high: "high";
|
|
645
643
|
xhigh: "xhigh";
|
|
646
|
-
|
|
644
|
+
low: "low";
|
|
645
|
+
none: "none";
|
|
646
|
+
minimal: "minimal";
|
|
647
647
|
}>>;
|
|
648
648
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
649
|
-
low: "low";
|
|
650
649
|
medium: "medium";
|
|
651
650
|
high: "high";
|
|
651
|
+
low: "low";
|
|
652
652
|
}>>;
|
|
653
653
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
654
654
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -667,13 +667,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
667
667
|
model: z.ZodString;
|
|
668
668
|
variant: z.ZodOptional<z.ZodString>;
|
|
669
669
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
670
|
-
|
|
671
|
-
minimal: "minimal";
|
|
672
|
-
low: "low";
|
|
670
|
+
max: "max";
|
|
673
671
|
medium: "medium";
|
|
674
672
|
high: "high";
|
|
675
673
|
xhigh: "xhigh";
|
|
676
|
-
|
|
674
|
+
low: "low";
|
|
675
|
+
none: "none";
|
|
676
|
+
minimal: "minimal";
|
|
677
677
|
}>>;
|
|
678
678
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
679
679
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -689,13 +689,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
689
689
|
model: z.ZodString;
|
|
690
690
|
variant: z.ZodOptional<z.ZodString>;
|
|
691
691
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
692
|
-
|
|
693
|
-
minimal: "minimal";
|
|
694
|
-
low: "low";
|
|
692
|
+
max: "max";
|
|
695
693
|
medium: "medium";
|
|
696
694
|
high: "high";
|
|
697
695
|
xhigh: "xhigh";
|
|
698
|
-
|
|
696
|
+
low: "low";
|
|
697
|
+
none: "none";
|
|
698
|
+
minimal: "minimal";
|
|
699
699
|
}>>;
|
|
700
700
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
701
701
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -770,18 +770,18 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
770
770
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
771
771
|
}, z.core.$strip>>;
|
|
772
772
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
773
|
-
|
|
774
|
-
minimal: "minimal";
|
|
775
|
-
low: "low";
|
|
773
|
+
max: "max";
|
|
776
774
|
medium: "medium";
|
|
777
775
|
high: "high";
|
|
778
776
|
xhigh: "xhigh";
|
|
779
|
-
|
|
777
|
+
low: "low";
|
|
778
|
+
none: "none";
|
|
779
|
+
minimal: "minimal";
|
|
780
780
|
}>>;
|
|
781
781
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
782
|
-
low: "low";
|
|
783
782
|
medium: "medium";
|
|
784
783
|
high: "high";
|
|
784
|
+
low: "low";
|
|
785
785
|
}>>;
|
|
786
786
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
787
787
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -799,13 +799,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
799
799
|
model: z.ZodString;
|
|
800
800
|
variant: z.ZodOptional<z.ZodString>;
|
|
801
801
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
802
|
-
|
|
803
|
-
minimal: "minimal";
|
|
804
|
-
low: "low";
|
|
802
|
+
max: "max";
|
|
805
803
|
medium: "medium";
|
|
806
804
|
high: "high";
|
|
807
805
|
xhigh: "xhigh";
|
|
808
|
-
|
|
806
|
+
low: "low";
|
|
807
|
+
none: "none";
|
|
808
|
+
minimal: "minimal";
|
|
809
809
|
}>>;
|
|
810
810
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
811
811
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -821,13 +821,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
821
821
|
model: z.ZodString;
|
|
822
822
|
variant: z.ZodOptional<z.ZodString>;
|
|
823
823
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
824
|
-
|
|
825
|
-
minimal: "minimal";
|
|
826
|
-
low: "low";
|
|
824
|
+
max: "max";
|
|
827
825
|
medium: "medium";
|
|
828
826
|
high: "high";
|
|
829
827
|
xhigh: "xhigh";
|
|
830
|
-
|
|
828
|
+
low: "low";
|
|
829
|
+
none: "none";
|
|
830
|
+
minimal: "minimal";
|
|
831
831
|
}>>;
|
|
832
832
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
833
833
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -902,18 +902,18 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
902
902
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
903
903
|
}, z.core.$strip>>;
|
|
904
904
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
905
|
-
|
|
906
|
-
minimal: "minimal";
|
|
907
|
-
low: "low";
|
|
905
|
+
max: "max";
|
|
908
906
|
medium: "medium";
|
|
909
907
|
high: "high";
|
|
910
908
|
xhigh: "xhigh";
|
|
911
|
-
|
|
909
|
+
low: "low";
|
|
910
|
+
none: "none";
|
|
911
|
+
minimal: "minimal";
|
|
912
912
|
}>>;
|
|
913
913
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
914
|
-
low: "low";
|
|
915
914
|
medium: "medium";
|
|
916
915
|
high: "high";
|
|
916
|
+
low: "low";
|
|
917
917
|
}>>;
|
|
918
918
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
919
919
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -931,13 +931,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
931
931
|
model: z.ZodString;
|
|
932
932
|
variant: z.ZodOptional<z.ZodString>;
|
|
933
933
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
934
|
-
|
|
935
|
-
minimal: "minimal";
|
|
936
|
-
low: "low";
|
|
934
|
+
max: "max";
|
|
937
935
|
medium: "medium";
|
|
938
936
|
high: "high";
|
|
939
937
|
xhigh: "xhigh";
|
|
940
|
-
|
|
938
|
+
low: "low";
|
|
939
|
+
none: "none";
|
|
940
|
+
minimal: "minimal";
|
|
941
941
|
}>>;
|
|
942
942
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
943
943
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -953,13 +953,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
953
953
|
model: z.ZodString;
|
|
954
954
|
variant: z.ZodOptional<z.ZodString>;
|
|
955
955
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
956
|
-
|
|
957
|
-
minimal: "minimal";
|
|
958
|
-
low: "low";
|
|
956
|
+
max: "max";
|
|
959
957
|
medium: "medium";
|
|
960
958
|
high: "high";
|
|
961
959
|
xhigh: "xhigh";
|
|
962
|
-
|
|
960
|
+
low: "low";
|
|
961
|
+
none: "none";
|
|
962
|
+
minimal: "minimal";
|
|
963
963
|
}>>;
|
|
964
964
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
965
965
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1034,18 +1034,18 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1034
1034
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
1035
1035
|
}, z.core.$strip>>;
|
|
1036
1036
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1037
|
-
|
|
1038
|
-
minimal: "minimal";
|
|
1039
|
-
low: "low";
|
|
1037
|
+
max: "max";
|
|
1040
1038
|
medium: "medium";
|
|
1041
1039
|
high: "high";
|
|
1042
1040
|
xhigh: "xhigh";
|
|
1043
|
-
|
|
1041
|
+
low: "low";
|
|
1042
|
+
none: "none";
|
|
1043
|
+
minimal: "minimal";
|
|
1044
1044
|
}>>;
|
|
1045
1045
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
1046
|
-
low: "low";
|
|
1047
1046
|
medium: "medium";
|
|
1048
1047
|
high: "high";
|
|
1048
|
+
low: "low";
|
|
1049
1049
|
}>>;
|
|
1050
1050
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1051
1051
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -1063,13 +1063,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1063
1063
|
model: z.ZodString;
|
|
1064
1064
|
variant: z.ZodOptional<z.ZodString>;
|
|
1065
1065
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1066
|
-
|
|
1067
|
-
minimal: "minimal";
|
|
1068
|
-
low: "low";
|
|
1066
|
+
max: "max";
|
|
1069
1067
|
medium: "medium";
|
|
1070
1068
|
high: "high";
|
|
1071
1069
|
xhigh: "xhigh";
|
|
1072
|
-
|
|
1070
|
+
low: "low";
|
|
1071
|
+
none: "none";
|
|
1072
|
+
minimal: "minimal";
|
|
1073
1073
|
}>>;
|
|
1074
1074
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1075
1075
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1085,13 +1085,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1085
1085
|
model: z.ZodString;
|
|
1086
1086
|
variant: z.ZodOptional<z.ZodString>;
|
|
1087
1087
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1088
|
-
|
|
1089
|
-
minimal: "minimal";
|
|
1090
|
-
low: "low";
|
|
1088
|
+
max: "max";
|
|
1091
1089
|
medium: "medium";
|
|
1092
1090
|
high: "high";
|
|
1093
1091
|
xhigh: "xhigh";
|
|
1094
|
-
|
|
1092
|
+
low: "low";
|
|
1093
|
+
none: "none";
|
|
1094
|
+
minimal: "minimal";
|
|
1095
1095
|
}>>;
|
|
1096
1096
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1097
1097
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1166,18 +1166,18 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1166
1166
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
1167
1167
|
}, z.core.$strip>>;
|
|
1168
1168
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1169
|
-
|
|
1170
|
-
minimal: "minimal";
|
|
1171
|
-
low: "low";
|
|
1169
|
+
max: "max";
|
|
1172
1170
|
medium: "medium";
|
|
1173
1171
|
high: "high";
|
|
1174
1172
|
xhigh: "xhigh";
|
|
1175
|
-
|
|
1173
|
+
low: "low";
|
|
1174
|
+
none: "none";
|
|
1175
|
+
minimal: "minimal";
|
|
1176
1176
|
}>>;
|
|
1177
1177
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
1178
|
-
low: "low";
|
|
1179
1178
|
medium: "medium";
|
|
1180
1179
|
high: "high";
|
|
1180
|
+
low: "low";
|
|
1181
1181
|
}>>;
|
|
1182
1182
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1183
1183
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -1195,13 +1195,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1195
1195
|
model: z.ZodString;
|
|
1196
1196
|
variant: z.ZodOptional<z.ZodString>;
|
|
1197
1197
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1198
|
-
|
|
1199
|
-
minimal: "minimal";
|
|
1200
|
-
low: "low";
|
|
1198
|
+
max: "max";
|
|
1201
1199
|
medium: "medium";
|
|
1202
1200
|
high: "high";
|
|
1203
1201
|
xhigh: "xhigh";
|
|
1204
|
-
|
|
1202
|
+
low: "low";
|
|
1203
|
+
none: "none";
|
|
1204
|
+
minimal: "minimal";
|
|
1205
1205
|
}>>;
|
|
1206
1206
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1207
1207
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1217,13 +1217,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1217
1217
|
model: z.ZodString;
|
|
1218
1218
|
variant: z.ZodOptional<z.ZodString>;
|
|
1219
1219
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1220
|
-
|
|
1221
|
-
minimal: "minimal";
|
|
1222
|
-
low: "low";
|
|
1220
|
+
max: "max";
|
|
1223
1221
|
medium: "medium";
|
|
1224
1222
|
high: "high";
|
|
1225
1223
|
xhigh: "xhigh";
|
|
1226
|
-
|
|
1224
|
+
low: "low";
|
|
1225
|
+
none: "none";
|
|
1226
|
+
minimal: "minimal";
|
|
1227
1227
|
}>>;
|
|
1228
1228
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1229
1229
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1298,18 +1298,18 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1298
1298
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
1299
1299
|
}, z.core.$strip>>;
|
|
1300
1300
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1301
|
-
|
|
1302
|
-
minimal: "minimal";
|
|
1303
|
-
low: "low";
|
|
1301
|
+
max: "max";
|
|
1304
1302
|
medium: "medium";
|
|
1305
1303
|
high: "high";
|
|
1306
1304
|
xhigh: "xhigh";
|
|
1307
|
-
|
|
1305
|
+
low: "low";
|
|
1306
|
+
none: "none";
|
|
1307
|
+
minimal: "minimal";
|
|
1308
1308
|
}>>;
|
|
1309
1309
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
1310
|
-
low: "low";
|
|
1311
1310
|
medium: "medium";
|
|
1312
1311
|
high: "high";
|
|
1312
|
+
low: "low";
|
|
1313
1313
|
}>>;
|
|
1314
1314
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1315
1315
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -1327,13 +1327,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1327
1327
|
model: z.ZodString;
|
|
1328
1328
|
variant: z.ZodOptional<z.ZodString>;
|
|
1329
1329
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1330
|
-
|
|
1331
|
-
minimal: "minimal";
|
|
1332
|
-
low: "low";
|
|
1330
|
+
max: "max";
|
|
1333
1331
|
medium: "medium";
|
|
1334
1332
|
high: "high";
|
|
1335
1333
|
xhigh: "xhigh";
|
|
1336
|
-
|
|
1334
|
+
low: "low";
|
|
1335
|
+
none: "none";
|
|
1336
|
+
minimal: "minimal";
|
|
1337
1337
|
}>>;
|
|
1338
1338
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1339
1339
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1349,13 +1349,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1349
1349
|
model: z.ZodString;
|
|
1350
1350
|
variant: z.ZodOptional<z.ZodString>;
|
|
1351
1351
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1352
|
-
|
|
1353
|
-
minimal: "minimal";
|
|
1354
|
-
low: "low";
|
|
1352
|
+
max: "max";
|
|
1355
1353
|
medium: "medium";
|
|
1356
1354
|
high: "high";
|
|
1357
1355
|
xhigh: "xhigh";
|
|
1358
|
-
|
|
1356
|
+
low: "low";
|
|
1357
|
+
none: "none";
|
|
1358
|
+
minimal: "minimal";
|
|
1359
1359
|
}>>;
|
|
1360
1360
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1361
1361
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1430,18 +1430,18 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1430
1430
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
1431
1431
|
}, z.core.$strip>>;
|
|
1432
1432
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1433
|
-
|
|
1434
|
-
minimal: "minimal";
|
|
1435
|
-
low: "low";
|
|
1433
|
+
max: "max";
|
|
1436
1434
|
medium: "medium";
|
|
1437
1435
|
high: "high";
|
|
1438
1436
|
xhigh: "xhigh";
|
|
1439
|
-
|
|
1437
|
+
low: "low";
|
|
1438
|
+
none: "none";
|
|
1439
|
+
minimal: "minimal";
|
|
1440
1440
|
}>>;
|
|
1441
1441
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
1442
|
-
low: "low";
|
|
1443
1442
|
medium: "medium";
|
|
1444
1443
|
high: "high";
|
|
1444
|
+
low: "low";
|
|
1445
1445
|
}>>;
|
|
1446
1446
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1447
1447
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -1459,13 +1459,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1459
1459
|
model: z.ZodString;
|
|
1460
1460
|
variant: z.ZodOptional<z.ZodString>;
|
|
1461
1461
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1462
|
-
|
|
1463
|
-
minimal: "minimal";
|
|
1464
|
-
low: "low";
|
|
1462
|
+
max: "max";
|
|
1465
1463
|
medium: "medium";
|
|
1466
1464
|
high: "high";
|
|
1467
1465
|
xhigh: "xhigh";
|
|
1468
|
-
|
|
1466
|
+
low: "low";
|
|
1467
|
+
none: "none";
|
|
1468
|
+
minimal: "minimal";
|
|
1469
1469
|
}>>;
|
|
1470
1470
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1471
1471
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1481,13 +1481,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1481
1481
|
model: z.ZodString;
|
|
1482
1482
|
variant: z.ZodOptional<z.ZodString>;
|
|
1483
1483
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1484
|
-
|
|
1485
|
-
minimal: "minimal";
|
|
1486
|
-
low: "low";
|
|
1484
|
+
max: "max";
|
|
1487
1485
|
medium: "medium";
|
|
1488
1486
|
high: "high";
|
|
1489
1487
|
xhigh: "xhigh";
|
|
1490
|
-
|
|
1488
|
+
low: "low";
|
|
1489
|
+
none: "none";
|
|
1490
|
+
minimal: "minimal";
|
|
1491
1491
|
}>>;
|
|
1492
1492
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1493
1493
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1562,18 +1562,18 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1562
1562
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
1563
1563
|
}, z.core.$strip>>;
|
|
1564
1564
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1565
|
-
|
|
1566
|
-
minimal: "minimal";
|
|
1567
|
-
low: "low";
|
|
1565
|
+
max: "max";
|
|
1568
1566
|
medium: "medium";
|
|
1569
1567
|
high: "high";
|
|
1570
1568
|
xhigh: "xhigh";
|
|
1571
|
-
|
|
1569
|
+
low: "low";
|
|
1570
|
+
none: "none";
|
|
1571
|
+
minimal: "minimal";
|
|
1572
1572
|
}>>;
|
|
1573
1573
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
1574
|
-
low: "low";
|
|
1575
1574
|
medium: "medium";
|
|
1576
1575
|
high: "high";
|
|
1576
|
+
low: "low";
|
|
1577
1577
|
}>>;
|
|
1578
1578
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1579
1579
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -1591,13 +1591,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1591
1591
|
model: z.ZodString;
|
|
1592
1592
|
variant: z.ZodOptional<z.ZodString>;
|
|
1593
1593
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1594
|
-
|
|
1595
|
-
minimal: "minimal";
|
|
1596
|
-
low: "low";
|
|
1594
|
+
max: "max";
|
|
1597
1595
|
medium: "medium";
|
|
1598
1596
|
high: "high";
|
|
1599
1597
|
xhigh: "xhigh";
|
|
1600
|
-
|
|
1598
|
+
low: "low";
|
|
1599
|
+
none: "none";
|
|
1600
|
+
minimal: "minimal";
|
|
1601
1601
|
}>>;
|
|
1602
1602
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1603
1603
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1613,13 +1613,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1613
1613
|
model: z.ZodString;
|
|
1614
1614
|
variant: z.ZodOptional<z.ZodString>;
|
|
1615
1615
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1616
|
-
|
|
1617
|
-
minimal: "minimal";
|
|
1618
|
-
low: "low";
|
|
1616
|
+
max: "max";
|
|
1619
1617
|
medium: "medium";
|
|
1620
1618
|
high: "high";
|
|
1621
1619
|
xhigh: "xhigh";
|
|
1622
|
-
|
|
1620
|
+
low: "low";
|
|
1621
|
+
none: "none";
|
|
1622
|
+
minimal: "minimal";
|
|
1623
1623
|
}>>;
|
|
1624
1624
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1625
1625
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1694,18 +1694,18 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1694
1694
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
1695
1695
|
}, z.core.$strip>>;
|
|
1696
1696
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1697
|
-
|
|
1698
|
-
minimal: "minimal";
|
|
1699
|
-
low: "low";
|
|
1697
|
+
max: "max";
|
|
1700
1698
|
medium: "medium";
|
|
1701
1699
|
high: "high";
|
|
1702
1700
|
xhigh: "xhigh";
|
|
1703
|
-
|
|
1701
|
+
low: "low";
|
|
1702
|
+
none: "none";
|
|
1703
|
+
minimal: "minimal";
|
|
1704
1704
|
}>>;
|
|
1705
1705
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
1706
|
-
low: "low";
|
|
1707
1706
|
medium: "medium";
|
|
1708
1707
|
high: "high";
|
|
1708
|
+
low: "low";
|
|
1709
1709
|
}>>;
|
|
1710
1710
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1711
1711
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -1723,13 +1723,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1723
1723
|
model: z.ZodString;
|
|
1724
1724
|
variant: z.ZodOptional<z.ZodString>;
|
|
1725
1725
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1726
|
-
|
|
1727
|
-
minimal: "minimal";
|
|
1728
|
-
low: "low";
|
|
1726
|
+
max: "max";
|
|
1729
1727
|
medium: "medium";
|
|
1730
1728
|
high: "high";
|
|
1731
1729
|
xhigh: "xhigh";
|
|
1732
|
-
|
|
1730
|
+
low: "low";
|
|
1731
|
+
none: "none";
|
|
1732
|
+
minimal: "minimal";
|
|
1733
1733
|
}>>;
|
|
1734
1734
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1735
1735
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1745,13 +1745,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1745
1745
|
model: z.ZodString;
|
|
1746
1746
|
variant: z.ZodOptional<z.ZodString>;
|
|
1747
1747
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1748
|
-
|
|
1749
|
-
minimal: "minimal";
|
|
1750
|
-
low: "low";
|
|
1748
|
+
max: "max";
|
|
1751
1749
|
medium: "medium";
|
|
1752
1750
|
high: "high";
|
|
1753
1751
|
xhigh: "xhigh";
|
|
1754
|
-
|
|
1752
|
+
low: "low";
|
|
1753
|
+
none: "none";
|
|
1754
|
+
minimal: "minimal";
|
|
1755
1755
|
}>>;
|
|
1756
1756
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1757
1757
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1826,18 +1826,18 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1826
1826
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
1827
1827
|
}, z.core.$strip>>;
|
|
1828
1828
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1829
|
-
|
|
1830
|
-
minimal: "minimal";
|
|
1831
|
-
low: "low";
|
|
1829
|
+
max: "max";
|
|
1832
1830
|
medium: "medium";
|
|
1833
1831
|
high: "high";
|
|
1834
1832
|
xhigh: "xhigh";
|
|
1835
|
-
|
|
1833
|
+
low: "low";
|
|
1834
|
+
none: "none";
|
|
1835
|
+
minimal: "minimal";
|
|
1836
1836
|
}>>;
|
|
1837
1837
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
1838
|
-
low: "low";
|
|
1839
1838
|
medium: "medium";
|
|
1840
1839
|
high: "high";
|
|
1840
|
+
low: "low";
|
|
1841
1841
|
}>>;
|
|
1842
1842
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1843
1843
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -1855,13 +1855,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1855
1855
|
model: z.ZodString;
|
|
1856
1856
|
variant: z.ZodOptional<z.ZodString>;
|
|
1857
1857
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1858
|
-
|
|
1859
|
-
minimal: "minimal";
|
|
1860
|
-
low: "low";
|
|
1858
|
+
max: "max";
|
|
1861
1859
|
medium: "medium";
|
|
1862
1860
|
high: "high";
|
|
1863
1861
|
xhigh: "xhigh";
|
|
1864
|
-
|
|
1862
|
+
low: "low";
|
|
1863
|
+
none: "none";
|
|
1864
|
+
minimal: "minimal";
|
|
1865
1865
|
}>>;
|
|
1866
1866
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1867
1867
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1877,13 +1877,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1877
1877
|
model: z.ZodString;
|
|
1878
1878
|
variant: z.ZodOptional<z.ZodString>;
|
|
1879
1879
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1880
|
-
|
|
1881
|
-
minimal: "minimal";
|
|
1882
|
-
low: "low";
|
|
1880
|
+
max: "max";
|
|
1883
1881
|
medium: "medium";
|
|
1884
1882
|
high: "high";
|
|
1885
1883
|
xhigh: "xhigh";
|
|
1886
|
-
|
|
1884
|
+
low: "low";
|
|
1885
|
+
none: "none";
|
|
1886
|
+
minimal: "minimal";
|
|
1887
1887
|
}>>;
|
|
1888
1888
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1889
1889
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1958,18 +1958,18 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1958
1958
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
1959
1959
|
}, z.core.$strip>>;
|
|
1960
1960
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1961
|
-
|
|
1962
|
-
minimal: "minimal";
|
|
1963
|
-
low: "low";
|
|
1961
|
+
max: "max";
|
|
1964
1962
|
medium: "medium";
|
|
1965
1963
|
high: "high";
|
|
1966
1964
|
xhigh: "xhigh";
|
|
1967
|
-
|
|
1965
|
+
low: "low";
|
|
1966
|
+
none: "none";
|
|
1967
|
+
minimal: "minimal";
|
|
1968
1968
|
}>>;
|
|
1969
1969
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
1970
|
-
low: "low";
|
|
1971
1970
|
medium: "medium";
|
|
1972
1971
|
high: "high";
|
|
1972
|
+
low: "low";
|
|
1973
1973
|
}>>;
|
|
1974
1974
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1975
1975
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -1987,13 +1987,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1987
1987
|
model: z.ZodString;
|
|
1988
1988
|
variant: z.ZodOptional<z.ZodString>;
|
|
1989
1989
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1990
|
-
|
|
1991
|
-
minimal: "minimal";
|
|
1992
|
-
low: "low";
|
|
1990
|
+
max: "max";
|
|
1993
1991
|
medium: "medium";
|
|
1994
1992
|
high: "high";
|
|
1995
1993
|
xhigh: "xhigh";
|
|
1996
|
-
|
|
1994
|
+
low: "low";
|
|
1995
|
+
none: "none";
|
|
1996
|
+
minimal: "minimal";
|
|
1997
1997
|
}>>;
|
|
1998
1998
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1999
1999
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2009,13 +2009,13 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2009
2009
|
model: z.ZodString;
|
|
2010
2010
|
variant: z.ZodOptional<z.ZodString>;
|
|
2011
2011
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
2012
|
-
|
|
2013
|
-
minimal: "minimal";
|
|
2014
|
-
low: "low";
|
|
2012
|
+
max: "max";
|
|
2015
2013
|
medium: "medium";
|
|
2016
2014
|
high: "high";
|
|
2017
2015
|
xhigh: "xhigh";
|
|
2018
|
-
|
|
2016
|
+
low: "low";
|
|
2017
|
+
none: "none";
|
|
2018
|
+
minimal: "minimal";
|
|
2019
2019
|
}>>;
|
|
2020
2020
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
2021
2021
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2090,18 +2090,18 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2090
2090
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
2091
2091
|
}, z.core.$strip>>;
|
|
2092
2092
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
2093
|
-
|
|
2094
|
-
minimal: "minimal";
|
|
2095
|
-
low: "low";
|
|
2093
|
+
max: "max";
|
|
2096
2094
|
medium: "medium";
|
|
2097
2095
|
high: "high";
|
|
2098
2096
|
xhigh: "xhigh";
|
|
2099
|
-
|
|
2097
|
+
low: "low";
|
|
2098
|
+
none: "none";
|
|
2099
|
+
minimal: "minimal";
|
|
2100
2100
|
}>>;
|
|
2101
2101
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
2102
|
-
low: "low";
|
|
2103
2102
|
medium: "medium";
|
|
2104
2103
|
high: "high";
|
|
2104
|
+
low: "low";
|
|
2105
2105
|
}>>;
|
|
2106
2106
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2107
2107
|
ultrawork: z.ZodOptional<z.ZodObject<{
|