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

@@ -22,7 +22,7 @@ export const WebFetchTool = Tool.define({
.min(0)
.max(MAX_TIMEOUT / 1000)
.describe("Optional timeout in seconds (max 120)")
.optional(),
.nullable(),
}),
async execute(params) {
// Validate URL