MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / StaticModels

Method StaticModels

sdk/pluginapi/types.go:382–382  ·  view source on GitHub ↗
(context.Context, StaticModelRequest)

Source from the content-addressed store, hash-verified

380// ModelProvider contributes provider-native static and per-auth model metadata.
381type ModelProvider interface {
382 StaticModels(context.Context, StaticModelRequest) (ModelResponse, error)
383 ModelsForAuth(context.Context, AuthModelRequest) (ModelResponse, error)
384}
385

Callers 1

Implementers 3

modelProviderFuncinternal/pluginhost/adapters_test.go
rpcPluginAdapterinternal/pluginhost/rpc_client.go
compileTimePluginsdk/pluginapi/types_test.go

Calls

no outgoing calls

Tested by

no test coverage detected