From 8659ff11d9d7b93ac36f28d310bbe799cd3867a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 19 Sep 2026 00:25:33 +0000 Subject: [PATCH] chore: sync generated API SDKs source_commit: 28b8556fb1b1ae022c7e4a752d555a8010fd0fcd --- src/generated/api.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/generated/api.ts b/src/generated/api.ts index 46e20ce..9e650b7 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; @@ -1714,6 +1714,7 @@ export type WebSearchToolInput = { max_tokens?: number; max_tokens_per_page?: number; search_context_size?: "low" | "medium" | "high"; + search_type?: "web" | "fast"; type: "web_search"; user_location?: ToolUserLocationInput; }; @@ -1722,6 +1723,7 @@ export type WebSearchToolOutput = { max_tokens?: number; max_tokens_per_page?: number; search_context_size?: "low" | "medium" | "high"; + search_type?: "web" | "fast"; type: "web_search"; user_location?: ToolUserLocationOutput; };