(input: typeof WebFetchTool.Input.Type, id = "call-webfetch")
| 55 | } |
| 56 | |
| 57 | const call = (input: typeof WebFetchTool.Input.Type, id = "call-webfetch") => ({ |
| 58 | sessionID, |
| 59 | ...toolIdentity, |
| 60 | call: { type: "tool-call" as const, id, name: "webfetch", input }, |
| 61 | }) |
| 62 | |
| 63 | describe("WebFetchTool helpers", () => { |
| 64 | test("defaults format and rejects invalid timeout controls", () => { |