chore: generate
This commit is contained in:
parent
d4f7039932
commit
e12cb7fb6b
5 changed files with 26 additions and 40 deletions
|
|
@ -131,7 +131,9 @@ describe("code mode execute", () => {
|
|||
},
|
||||
["weather"],
|
||||
)
|
||||
expect(description).toContain("tools.weather.current(input: {\n city: string,\n}): Promise<{\n tempC: number,\n}>")
|
||||
expect(description).toContain(
|
||||
"tools.weather.current(input: {\n city: string,\n}): Promise<{\n tempC: number,\n}>",
|
||||
)
|
||||
})
|
||||
|
||||
test("the static base description carries no catalog; the registry appends it", async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue