MCPcopy Create free account
hub / github.com/anomalyco/opencode / text

Method text

packages/opencode/test/lib/llm-server.ts:468–471  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

466 }
467
468 text(value: string) {
469 this.#tail = [...this.#tail, textLine(value)]
470 return this
471 }
472
473 reason(value: string) {
474 this.#tail = [...this.#tail, reasonLine(value)]

Callers

nothing calls this directly

Calls 1

textLineFunction · 0.85

Tested by

no test coverage detected