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

Method ModelsForAuth

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

Source from the content-addressed store, hash-verified

381type ModelProvider interface {
382 StaticModels(context.Context, StaticModelRequest) (ModelResponse, error)
383 ModelsForAuth(context.Context, AuthModelRequest) (ModelResponse, error)
384}
385
386// StaticModelRequest carries host context for provider static models.

Implementers 3

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

Calls

no outgoing calls