(input: typeof EditTool.Input.Type, id = "call-edit")
| 105 | } |
| 106 | |
| 107 | const call = (input: typeof EditTool.Input.Type, id = "call-edit") => ({ |
| 108 | sessionID, |
| 109 | ...toolIdentity, |
| 110 | call: { type: "tool-call" as const, id, name: "edit", input }, |
| 111 | }) |
| 112 | |
| 113 | const it = testEffect(Layer.empty) |
| 114 |