update summary to auto (#1)
This commit is contained in:
parent
4ad39fc4e1
commit
443ffb7373
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ export class AgentLoop {
|
|||
reasoning = { effort: "high" };
|
||||
if (this.model === "o3-mini" || this.model === "o4-mini") {
|
||||
// @ts-expect-error waiting for API type update
|
||||
reasoning.summary = "detailed";
|
||||
reasoning.summary = "auto";
|
||||
}
|
||||
}
|
||||
const mergedInstructions = [prefix, this.instructions]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue