MCPcopy 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
21export function bashToolResultToModelOutput(output: unknown): ToolResultOutput {
22 return toolResultOutput(projectBashToolResultForModel(output), false);
23}

Callers 3

buildExecutorBashToolFunction · 0.85
buildForegroundBashToolFunction · 0.85
buildManagedBashToolFunction · 0.85

Calls 2

toolResultOutputFunction · 0.85

Tested by

no test coverage detected