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
index
number
Returns
ReactNode
className?
optionalclassName?:string
Defined in: react/src/components/chat-turns.tsx:11
segments
segments:
StreamSegment[]
Defined in: react/src/components/chat-turns.tsx:8