MCPcopy Index your code
hub / github.com/anomalyco/opencode / message

Method message

packages/opencode/src/skill/index.ts:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 available: Schema.Array(Schema.String),
76}) {
77 override get message() {
78 return `Skill "${this.name}" not found. Available skills: ${this.available.join(", ") || "none"}`
79 }
80}
81
82type State = {

Callers 2

transformParamsFunction · 0.45
streamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected