()
| 49 | const live = testEffect(toolLayer()) |
| 50 | |
| 51 | const reset = () => { |
| 52 | requests.length = 0 |
| 53 | assertions.length = 0 |
| 54 | respond = () => Effect.succeed(new Response("hello", { headers: { "content-type": "text/plain" } })) |
| 55 | } |
| 56 | |
| 57 | const call = (input: typeof WebFetchTool.Input.Type, id = "call-webfetch") => ({ |
| 58 | sessionID, |