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

Method ID

ai-provider/model-runtime/provider.go:43–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42type IProviderInfo interface {
43 ID() string
44 Name() string
45 DefaultModel(modelType string) (IModel, bool)
46 HelpUrl() string

Callers 2

NewCustomizeProviderFunction · 0.65
addModelMethod · 0.65

Implementers 1

Providerai-provider/model-runtime/provider.go

Calls

no outgoing calls

Tested by

no test coverage detected