MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / newPickerStep

Function newPickerStep

internal/cli/tool_menu.go:25–27  ·  view source on GitHub ↗
(title string, items []string, hint string)

Source from the content-addressed store, hash-verified

23}
24
25func newPickerStep(title string, items []string, hint string) pickerStep {
26 return newLimitedPickerStep(title, items, hint, 0)
27}
28
29func newLimitedPickerStep(title string, items []string, hint string, limit int) pickerStep {
30 return pickerStep{

Callers 5

newProviderWizardModelFunction · 0.85
newToolMenuModelFunction · 0.85
buildEndpointStepMethod · 0.85

Calls 1

newLimitedPickerStepFunction · 0.85