We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6679c24 commit a6bdc87Copy full SHA for a6bdc87
ui/lib/types/logs.ts
@@ -494,7 +494,10 @@ export interface ResponsesTool {
494
// Reasoning parameters
495
export interface ResponsesParametersReasoning {
496
effort?: "minimal" | "low" | "medium" | "high";
497
- generate_summary?: string; // Deprecated
+ /**
498
+ * @deprecated Use `summary` instead
499
+ */
500
+ generate_summary?: string;
501
summary?: "auto" | "concise" | "detailed";
502
}
503
0 commit comments