fix
This commit is contained in:
parent
61cf0aeee2
commit
8ede7c59d2
1 changed files with 2 additions and 1 deletions
|
|
@ -92,7 +92,8 @@ export const BashTool = Tool.define("bash", async () => {
|
||||||
timeout: z.number().describe("Optional timeout in milliseconds").optional(),
|
timeout: z.number().describe("Optional timeout in milliseconds").optional(),
|
||||||
workdir: z
|
workdir: z
|
||||||
.string()
|
.string()
|
||||||
.describe(`The working directory to execute the command in, defaults to ${Instance.directory}`),
|
.describe(`The working directory to execute the command in, defaults to ${Instance.directory}`)
|
||||||
|
.optional(),
|
||||||
description: z
|
description: z
|
||||||
.string()
|
.string()
|
||||||
.describe(
|
.describe(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue