allow temperature to be configured per mode
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-07-25 13:29:29 -04:00
parent 8e036cf17b
commit 4b94f390ce
22 changed files with 234 additions and 195 deletions
+1 -2
View File
@@ -5,8 +5,7 @@ import { App } from "../app/app"
import DESCRIPTION from "./glob.txt"
import { Ripgrep } from "../file/ripgrep"
export const GlobTool = Tool.define({
id: "glob",
export const GlobTool = Tool.define("glob", {
description: DESCRIPTION,
parameters: z.object({
pattern: z.string().describe("The glob pattern to match files against"),