Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/maka
/ bashToolResultToModelOutput
Function
bashToolResultToModelOutput
packages/runtime/src/bash-model-output.ts:21–23 ·
view source on GitHub ↗
(output: unknown)
Source
from the content-addressed store, hash-verified
19
}
20
21
export
function
bashToolResultToModelOutput(output: unknown): ToolResultOutput {
22
return
toolResultOutput(projectBashToolResultForModel(output), false);
23
}
Callers
3
buildExecutorBashTool
Function · 0.85
buildForegroundBashTool
Function · 0.85
buildManagedBashTool
Function · 0.85
Calls
2
toolResultOutput
Function · 0.85
projectBashToolResultForModel
Function · 0.85
Tested by
no test coverage detected