MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Manager

Struct Manager

ai-provider/model-runtime/manager.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type Manager struct {
12 providers eosc.Untyped[string, IProvider]
13}
14
15func NewManager() *Manager {
16 return &Manager{providers: eosc.BuildUntyped[string, IProvider]()}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected