Skip to content
Tracon

LiveVoiceAppendChannel

Namespace Tracon · Assembly Tracon.Abstractions.dll

The channel a live append is written to.

[JsonConverter(typeof(JsonStringEnumConverter<LiveVoiceAppendChannel>))]
public enum LiveVoiceAppendChannel

Commentary = 1

The result the model speaks.

Instructions = 2

Guidance that steers how the model speaks the result.

Filled from configuration only, never from a run’s output: text a model produced must not become the instruction another model obeys.

Thinking = 0

Progress the model may narrate but must not read out verbatim.

Written as a name in JSON. The numeric values are stable and must not change.