MCPcopy Create free account
hub / github.com/InferCore/InferCore / RecordFirstToken

Method RecordFirstToken

internal/interfaces/interfaces.go:59–59  ·  view source on GitHub ↗
(requestID string, ts time.Time)

Source from the content-addressed store, hash-verified

57type SLOEngine interface {
58 RecordStart(requestID string)
59 RecordFirstToken(requestID string, ts time.Time)
60 RecordCompletion(requestID string, ts time.Time)
61 RecordFallback(requestID string, reason string)
62 Snapshot(requestID string) types.SLOSnapshot

Implementers 2

stubSLOinternal/inferexec/orchestrator_test.g
MemoryEngineinternal/slo/memory_engine.go

Calls

no outgoing calls