MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / GenConfig

Method GenConfig

ai-provider/model-runtime/loader.go:18–18  ·  view source on GitHub ↗
(target string, origin string)

Source from the content-addressed store, hash-verified

16type IConfig interface {
17 Check(cfg string) error
18 GenConfig(target string, origin string) (string, error)
19 DefaultConfig() string
20}
21

Callers 3

GenConfigMethod · 0.65
UpdateProviderConfigMethod · 0.65
EditMethod · 0.65

Implementers 1

Configai-provider/model-runtime/loader.go

Calls

no outgoing calls

Tested by

no test coverage detected