MCPcopy Create free account
hub / github.com/github/gh-aw / ValidEngineNames

Function ValidEngineNames

pkg/cli/completions.go:63–66  ·  view source on GitHub ↗

ValidEngineNames returns the list of valid AI engine names for shell completion

()

Source from the content-addressed store, hash-verified

61
62// ValidEngineNames returns the list of valid AI engine names for shell completion
63func ValidEngineNames() []string {
64 registry := workflow.GetGlobalEngineRegistry()
65 return registry.GetSupportedEngines()
66}
67
68// CompleteWorkflowNames provides shell completion for workflow names
69// It returns workflow IDs (basenames without .md extension) from .github/workflows/

Calls 2

GetGlobalEngineRegistryFunction · 0.92
GetSupportedEnginesMethod · 0.80