MCPcopy Create free account
hub / github.com/Noumena-Network/code / text

Function text

src/commands/summary/summary.ts:13–15  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

11const HELP_FLAGS = new Set(['--help', '-h', 'help'])
12
13function text(value: string): { type: 'text'; value: string } {
14 return { type: 'text', value }
15}
16
17function usage(): string {
18 return ['Usage:', ' /summary', ' /summary --help'].join('\n')

Callers 1

callFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected