MCPcopy
hub / github.com/anomalyco/opencode / content

Function content

packages/core/test/session-tool-progress.test.ts:24–24  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected