properly support codex mini

This commit is contained in:
Dax Raad
2025-06-09 20:24:18 -04:00
parent bffc612a4e
commit fed659c582
10 changed files with 26 additions and 24 deletions

View File

@@ -20,7 +20,7 @@ export const EditTool = Tool.define({
),
replaceAll: z
.boolean()
.default(false)
.nullable()
.describe("Replace all occurences of old_string (default false)"),
}),
async execute(params, ctx) {