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

Method Score

core/services/nodes/inflight.go:230–234  ·  view source on GitHub ↗
(ctx context.Context, in *pb.ScoreRequest, opts ...ggrpc.CallOption)

Source from the content-addressed store, hash-verified

228}
229
230func (c *InFlightTrackingClient) Score(ctx context.Context, in *pb.ScoreRequest, opts ...ggrpc.CallOption) (*pb.ScoreResponse, error) {
231 defer c.track(ctx)()
232 res, err := c.inner.Score(ctx, in, opts...)
233 return res, c.reconcile(err)
234}
235
236func (c *InFlightTrackingClient) SoundDetection(ctx context.Context, in *pb.SoundDetectionRequest, opts ...ggrpc.CallOption) (*pb.SoundDetectionResponse, error) {
237 defer c.track(ctx)()

Callers

nothing calls this directly

Calls 3

trackMethod · 0.95
reconcileMethod · 0.95
ScoreMethod · 0.65

Tested by

no test coverage detected