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

Struct Idle

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

Idle: no turn is open and no speech is in progress (legacy: speechStarted == false AND the live stream is closed — here a single state, so they cannot disagree).

Source from the content-addressed store, hash-verified

97// false AND the live stream is closed — here a single state, so they cannot
98// disagree).
99type Idle struct{}
100
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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected