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

Method ExecuteModel

internal/pluginhost/host.go:31–31  ·  view source on GitHub ↗
(context.Context, handlers.ModelExecutionRequest)

Source from the content-addressed store, hash-verified

29
30type modelExecutor interface {
31 ExecuteModel(context.Context, handlers.ModelExecutionRequest) (handlers.ModelExecutionResponse, *interfaces.ErrorMessage)
32 ExecuteModelStream(context.Context, handlers.ModelExecutionRequest) (handlers.ModelExecutionStream, *interfaces.ErrorMessage)
33}
34

Implementers 2

fakeHostModelExecutorinternal/pluginhost/host_callbacks_tes
BaseAPIHandlersdk/api/handlers/handlers.go

Calls

no outgoing calls