(input: typeof BashTool.Input.Type, id = "call-bash")
| 125 | } |
| 126 | |
| 127 | const call = (input: typeof BashTool.Input.Type, id = "call-bash") => ({ |
| 128 | sessionID, |
| 129 | ...toolIdentity, |
| 130 | call: { type: "tool-call" as const, id, name: "bash", input }, |
| 131 | }) |
| 132 | |
| 133 | const it = testEffect(Layer.empty) |
| 134 |