MCPcopy
hub / github.com/mudler/LocalAI / Send

Method Send

pkg/grpc/client.go:823–823  ·  view source on GitHub ↗
(*pb.ForwardRequest)

Source from the content-addressed store, hash-verified

821// stream ends when the upstream finishes and the server closes.
822type ForwardClient interface {
823 Send(*pb.ForwardRequest) error
824 Recv() (*pb.ForwardReply, error)
825 CloseSend() error
826 Context() context.Context

Callers 15

FeedMethod · 0.65
ModelTranscriptionLiveFunction · 0.65
session_test.goFile · 0.65
runTerminalChatFunction · 0.65
ForwardViaBackendFunction · 0.65
ChatMethod · 0.65
TTSStreamMethod · 0.65

Implementers 6

scriptedForwardClientcore/services/cloudproxy/backend_forwa
infiniteForwardClientcore/services/cloudproxy/backend_forwa

Calls

no outgoing calls

Tested by 3

sendEventMethod · 0.52