mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-02 15:13:46 +00:00
properly support codex mini
This commit is contained in:
@@ -35,8 +35,7 @@ export const BashTool = Tool.define({
|
||||
.min(0)
|
||||
.max(MAX_TIMEOUT)
|
||||
.describe("Optional timeout in milliseconds")
|
||||
.optional()
|
||||
.describe("Optional timeout in milliseconds"),
|
||||
.nullable(),
|
||||
description: z
|
||||
.string()
|
||||
.describe(
|
||||
|
||||
Reference in New Issue
Block a user