fix issue with tool schemas and google
This commit is contained in:
parent
57b3051024
commit
ee91f31313
15 changed files with 82 additions and 19 deletions
|
|
@ -9,7 +9,7 @@ describe("tool.glob", () => {
|
|||
let result = await GlobTool.execute(
|
||||
{
|
||||
pattern: "./node_modules/**/*",
|
||||
path: null,
|
||||
path: undefined,
|
||||
},
|
||||
{
|
||||
sessionID: "test",
|
||||
|
|
@ -25,7 +25,7 @@ describe("tool.glob", () => {
|
|||
let result = await GlobTool.execute(
|
||||
{
|
||||
pattern: "*.json",
|
||||
path: null,
|
||||
path: undefined,
|
||||
},
|
||||
{
|
||||
sessionID: "test",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue