Skip to main content

Interface: ChatTurnsProps

Defined in: react/src/components/chat-turns.tsx:7

Properties

children

children: (turn, index) => ReactNode

Defined in: react/src/components/chat-turns.tsx:10

Render one turn. Caller supplies keys.

Parameters

turn

SegmentGroup

index

number

Returns

ReactNode


className?

optional className?: string

Defined in: react/src/components/chat-turns.tsx:11


segments

segments: StreamSegment[]

Defined in: react/src/components/chat-turns.tsx:8