Skip to content

Commit 995efa2

Browse files
committed
fix(ai): align Codex summary type formatting
1 parent d4800e3 commit 995efa2

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

packages/ai/src/api/openai-codex-responses.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,7 @@ type LegacyCodexReasoningSummaryOn = "on";
9999

100100
export interface OpenAICodexResponsesOptions extends StreamOptions {
101101
reasoningEffort?: "none" | "minimal" | "low" | "medium" | "high" | "xhigh" | "max";
102-
reasoningSummary?:
103-
| CodexReasoningSummary
104-
| LegacyCodexReasoningSummaryOff
105-
| LegacyCodexReasoningSummaryOn
106-
| null;
102+
reasoningSummary?: CodexReasoningSummary | LegacyCodexReasoningSummaryOff | LegacyCodexReasoningSummaryOn | null;
107103
serviceTier?: ResponseCreateParamsStreaming["service_tier"];
108104
textVerbosity?: "low" | "medium" | "high";
109105
toolChoice?: "auto" | "none" | "required";

0 commit comments

Comments
 (0)