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

Method File

internal/appapi/providers.go:136–138  ·  view source on GitHub ↗

File returns providers in providers.File shape for adapters that still need existing helpers.

(ctx context.Context)

Source from the content-addressed store, hash-verified

134
135// File returns providers in providers.File shape for adapters that still need existing helpers.
136func (api ProviderAPI) File(ctx context.Context) (providers.File, error) {
137 return api.listProvidersFile(ctx)
138}
139
140// List returns all configured providers.
141func (api ProviderAPI) List(ctx context.Context) ([]Provider, error) {

Callers 11

checksMethod · 0.95
ListProvidersForToolMethod · 0.80
ListModelsForProviderMethod · 0.80
DryRunMethod · 0.80
ApplyConfigMethod · 0.80
applyCommandMethod · 0.80
launchCommandMethod · 0.80
doctorCommandMethod · 0.80

Calls 1

listProvidersFileMethod · 0.95