From e3241b91c707bd69002a012f35ca9df799ed49b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 17 Sep 2026 00:57:03 +0000 Subject: [PATCH] chore: sync generated API SDKs source_commit: 7a6ed2c5a9722bd6d07d342505eeda55181ad657 --- src/generated/api.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/generated/api.ts b/src/generated/api.ts index 46e20ce..124e723 100644 --- a/src/generated/api.ts +++ b/src/generated/api.ts @@ -972,10 +972,10 @@ export type ProfileReferenceOutput = { version?: string; }; export type ReasoningConfigInput = { - effort?: "minimal" | "low" | "medium" | "high" | "xhigh"; + effort?: "none" | "minimal" | "low" | "medium" | "high" | "xhigh"; }; export type ReasoningConfigOutput = { - effort?: "minimal" | "low" | "medium" | "high" | "xhigh"; + effort?: "none" | "minimal" | "low" | "medium" | "high" | "xhigh"; }; export type ReasoningInputItemInput = { content?: ReasoningTextInputInput[] | null;