We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a32716 commit 5186569Copy full SHA for 5186569
sdk/typescript/src/threadOptions.ts
@@ -2,7 +2,7 @@ export type ApprovalMode = "never" | "on-request" | "on-failure" | "untrusted";
2
3
export type SandboxMode = "read-only" | "workspace-write" | "danger-full-access";
4
5
-export type ModelReasoningEffort = "minimal" | "low" | "medium" | "high";
+export type ModelReasoningEffort = "minimal" | "low" | "medium" | "high" | "xhigh";
6
7
export type ThreadOptions = {
8
model?: string;
0 commit comments