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

Function reasonLine

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

Source from the content-addressed store, hash-verified

89}
90
91function reasonLine(value: string) {
92 return chunk({ delta: { reasoning_content: value } })
93}
94
95function finishLine(reason: string, usage?: Usage) {
96 return chunk({ finish: reason, usage })

Callers 1

reasonMethod · 0.85

Calls 1

chunkFunction · 0.85

Tested by

no test coverage detected