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

Method ExecuteModelStream

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

Source from the content-addressed store, hash-verified

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
35type pluginUnloadTarget struct {

Implementers 2

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

Calls

no outgoing calls