update summary to auto (#1)

This commit is contained in:
Trevor Creech 2025-04-16 10:44:19 -07:00 committed by GitHub
parent 4ad39fc4e1
commit 443ffb7373
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]