MCPcopy Create free account
hub / github.com/cloudwego/eino-examples / FormatCommandOutput

Function FormatCommandOutput

adk/multiagent/deep/utils/utils.go:119–121  ·  view source on GitHub ↗
(output *commandline.CommandOutput)

Source from the content-addressed store, hash-verified

117}
118
119func FormatCommandOutput(output *commandline.CommandOutput) string {
120 return fmt.Sprintf("---\nstdout:%v\n---\nstderr:%v\n---", output.Stdout, output.Stderr)
121}

Callers 4

InvokableRunMethod · 0.92
InvokableRunMethod · 0.92
InvokableRunMethod · 0.92
InvokableRunMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected