Enum StreamSegmentKind
Classifies a segment of streaming output.
public enum StreamSegmentKind
Fields
Content = 0Regular assistant response text.
EnterThinking = 2Transition: the model entered a thinking block.
ExitThinking = 3Transition: the model exited a thinking block.
Thinking = 1Model thinking/reasoning text (rendered as dim gray).