(text: string)
| 22 | const model = { id: ModelV2.ID.make("model"), providerID: ProviderV2.ID.make("provider") } |
| 23 | |
| 24 | const content = (text: string) => [{ type: "text" as const, text }] |
| 25 | |
| 26 | describe("Tool.Progress", () => { |
| 27 | it.effect("projects durable progress and keeps final settlements durable", () => |
no outgoing calls
no test coverage detected