(input: typeof WriteTool.Input.Type, id = "call-write")
| 89 | } |
| 90 | |
| 91 | const call = (input: typeof WriteTool.Input.Type, id = "call-write") => ({ |
| 92 | sessionID, |
| 93 | ...toolIdentity, |
| 94 | call: { type: "tool-call" as const, id, name: "write", input }, |
| 95 | }) |
| 96 | |
| 97 | const it = testEffect(Layer.empty) |
| 98 |