MCPcopy Index your code
hub / github.com/coder/coder / skillNotFoundResponse

Function skillNotFoundResponse

coderd/x/chatd/chattool/skill.go:479–483  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

477}
478
479func skillNotFoundResponse(name string) fantasy.ToolResponse {
480 return fantasy.NewTextErrorResponse(
481 fmt.Sprintf("skill %q not found", name),
482 )
483}
484
485func nonNilFiles(files []string) []string {
486 if files == nil {

Callers 4

ReadSkillFunction · 0.85
ReadSkillFileFunction · 0.85
readWorkspaceSkillBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected