Skip to content

Commit

Permalink
chore: Default call summarization to false (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith authored Dec 3, 2024
1 parent f9a3c01 commit 8801f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control-plane/src/modules/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ export const definition = {
.describe("Enable reasoning traces"),
callSummarization: z
.boolean()
.default(true)
.default(false)
.optional()
.describe("Enable summarization of oversized call results"),
interactive: z
Expand Down

0 comments on commit 8801f01

Please sign in to comment.