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;