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

View File

@@ -488,7 +488,7 @@ export class AgentLoop {
reasoning = { effort: "high" }; reasoning = { effort: "high" };
if (this.model === "o3-mini" || this.model === "o4-mini") { if (this.model === "o3-mini" || this.model === "o4-mini") {
// @ts-expect-error waiting for API type update // @ts-expect-error waiting for API type update
reasoning.summary = "detailed"; reasoning.summary = "auto";
} }
} }
const mergedInstructions = [prefix, this.instructions] const mergedInstructions = [prefix, this.instructions]