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

Function role

packages/opencode/test/lib/llm-server.ts:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81}
82
83function role() {
84 return chunk({ delta: { role: "assistant" } })
85}
86
87function textLine(value: string) {
88 return chunk({ delta: { content: value } })

Callers 2

ReplyClass · 0.85
TestLLMServerClass · 0.85

Calls 1

chunkFunction · 0.85

Tested by

no test coverage detected