MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / createReasoningBlock

Function createReasoningBlock

cli/src/utils/__tests__/block-processor.test.ts:33–35  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

31}
32
33function createReasoningBlock(content: string): TextContentBlock {
34 return createTextBlock(content, 'reasoning')
35}
36
37function createToolBlock(
38 toolName: string,

Callers 1

Calls 1

createTextBlockFunction · 0.70

Tested by

no test coverage detected