Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
33
function
createReasoningBlock(content: string): TextContentBlock {
34
return
createTextBlock(content,
'reasoning'
)
35
}
36
37
function
createToolBlock(
38
toolName: string,
Callers
1
block-processor.test.ts
File · 0.70
Calls
1
createTextBlock
Function · 0.70
Tested by
no test coverage detected