Function: useChatTurns()
useChatTurns(
segments):SegmentGroup[]
Defined in: react/src/hooks/useChatTurns.ts:10
Memoized turn grouping for chat UI rendering.
Prefer this over calling groupByTurn(segments) inline when the result
feeds React children — avoids re-grouping on unrelated re-renders.