diff --git a/sdk/typescript/src/threadOptions.ts b/sdk/typescript/src/threadOptions.ts index d81ffc60c77..6fdf4544730 100644 --- a/sdk/typescript/src/threadOptions.ts +++ b/sdk/typescript/src/threadOptions.ts @@ -2,7 +2,7 @@ export type ApprovalMode = "never" | "on-request" | "on-failure" | "untrusted"; export type SandboxMode = "read-only" | "workspace-write" | "danger-full-access"; -export type ModelReasoningEffort = "minimal" | "low" | "medium" | "high"; +export type ModelReasoningEffort = "minimal" | "low" | "medium" | "high" | "xhigh"; export type ThreadOptions = { model?: string;