MCPcopy Index your code
hub / github.com/anomalyco/opencode / textLine

Function textLine

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

Source from the content-addressed store, hash-verified

85}
86
87function textLine(value: string) {
88 return chunk({ delta: { content: value } })
89}
90
91function reasonLine(value: string) {
92 return chunk({ delta: { reasoning_content: value } })

Callers 2

textMethod · 0.85
TestLLMServerClass · 0.85

Calls 1

chunkFunction · 0.85

Tested by

no test coverage detected