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

Struct Speaking

core/http/endpoints/openai/turncoord/turncoord.go:103–103  ·  view source on GitHub ↗

Speaking: a turn is open and speech is in progress (legacy: speechStarted == true AND, in semantic mode, the live stream open). Turn is the open turn's id.

Source from the content-addressed store, hash-verified

101// Speaking: a turn is open and speech is in progress (legacy: speechStarted ==
102// true AND, in semantic mode, the live stream open). Turn is the open turn's id.
103type Speaking struct{ Turn TurnID }
104
105func (Idle) isState() {}
106func (Speaking) isState() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected