fix issue with tool schemas and google
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-06-17 11:27:07 -04:00
parent 32a0bf3d15
commit 53c3aa88c0
15 changed files with 82 additions and 19 deletions
+2 -2
View File
@@ -29,11 +29,11 @@ export const ListTool = Tool.define({
.describe(
"The absolute path to the directory to list (must be absolute, not relative)",
)
.nullable(),
.optional(),
ignore: z
.array(z.string())
.describe("List of glob patterns to ignore")
.nullable(),
.optional(),
}),
async execute(params) {
const app = App.info()