.NET API
LiveVoiceAppendChannel
Namespace Tracon · Assembly
Tracon.Abstractions.dllThe channel a live append is written to.
[JsonConverter(typeof(JsonStringEnumConverter<LiveVoiceAppendChannel>))]public enum LiveVoiceAppendChannelFields
Section titled “Fields”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.
Remarks
Section titled “Remarks”Written as a name in JSON. The numeric values are stable and must not change.