MCPcopy Create free account
hub / github.com/langgenius/dify / agentGuideOf

Function agentGuideOf

cli/src/framework/help.ts:72–75  ·  view source on GitHub ↗
(ctor: CommandConstructor)

Source from the content-addressed store, hash-verified

70}
71
72function agentGuideOf(ctor: CommandConstructor): string {
73 const C = ctor
74 return new C().agentGuide()
75}
76
77export function describeCommand(ctor: CommandConstructor, path: string): CommandDescriptor {
78 const guide = agentGuideOf(ctor)

Callers 2

describeCommandFunction · 0.85
formatHelpTextFunction · 0.85

Calls 1

agentGuideMethod · 0.45

Tested by

no test coverage detected