1 parent d4800e3 commit 995efa2Copy full SHA for 995efa2
1 file changed
packages/ai/src/api/openai-codex-responses.ts
@@ -99,11 +99,7 @@ type LegacyCodexReasoningSummaryOn = "on";
99
100
export interface OpenAICodexResponsesOptions extends StreamOptions {
101
reasoningEffort?: "none" | "minimal" | "low" | "medium" | "high" | "xhigh" | "max";
102
- reasoningSummary?:
103
- | CodexReasoningSummary
104
- | LegacyCodexReasoningSummaryOff
105
- | LegacyCodexReasoningSummaryOn
106
- | null;
+ reasoningSummary?: CodexReasoningSummary | LegacyCodexReasoningSummaryOff | LegacyCodexReasoningSummaryOn | null;
107
serviceTier?: ResponseCreateParamsStreaming["service_tier"];
108
textVerbosity?: "low" | "medium" | "high";
109
toolChoice?: "auto" | "none" | "required";
0 commit comments