mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-02 23:23:45 +00:00
properly support codex mini
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user