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

Function buildWorkflowDescription

pkg/cli/run_interactive.go:165–168  ·  view source on GitHub ↗

buildWorkflowDescription creates a description string for a workflow

(inputs map[string]*workflow.InputDefinition)

Source from the content-addressed store, hash-verified

163
164// buildWorkflowDescription creates a description string for a workflow
165func buildWorkflowDescription(inputs map[string]*workflow.InputDefinition) string {
166 // Always return empty string to avoid showing input counts
167 return ""
168}
169
170// selectWorkflow displays an interactive list for workflow selection with fuzzy search
171func selectWorkflow(ctx context.Context, workflows []WorkflowOption) (*WorkflowOption, error) {

Callers 3

findRunnableWorkflowsFunction · 0.85

Calls

no outgoing calls

Tested by 1