MCPcopy Create free account
hub / github.com/diillson/chatcli / String

Method String

cli/selfevolve.go:77–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func (m selfEvolveMode) String() string {
78 switch m {
79 case selfEvolveOff:
80 return "off"
81 case selfEvolveSuggest:
82 return "suggest"
83 default:
84 return "auto"
85 }
86}
87
88// selfEvolveSkillDirective is appended to the memory-extraction prompt when the
89// engine is enabled. It defines a strictly-delimited block format so the

Callers 1

formatSkillIndexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected