MCPcopy Create free account
hub / github.com/apache/maka / noOutput

Function noOutput

packages/cli/src/pi-transcript-tools.ts:209–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207}
208
209function noOutput(): CompactToolSummary {
210 return { text: ansi.dim('no output'), placeholder: true, protect: true };
211}
212
213function textResultSummary(text: string): CompactToolSummary {
214 if (!text.trim()) return noOutput();

Callers 3

textResultSummaryFunction · 0.85
compactToolSummaryFunction · 0.85
compactTerminalSummaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected