Skip to content

Commit a6bdc87

Browse files
authored
Update logs.ts
1 parent 6679c24 commit a6bdc87

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ui/lib/types/logs.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,10 @@ export interface ResponsesTool {
494494
// Reasoning parameters
495495
export interface ResponsesParametersReasoning {
496496
effort?: "minimal" | "low" | "medium" | "high";
497-
generate_summary?: string; // Deprecated
497+
/**
498+
* @deprecated Use `summary` instead
499+
*/
500+
generate_summary?: string;
498501
summary?: "auto" | "concise" | "detailed";
499502
}
500503

0 commit comments

Comments
 (0)