Skip to content

@sqlrooms/ai / ChatTurnPresentation

Type Alias: ChatTurnPresentation

ChatTurnPresentation = object

Semantic data and pre-wired rendering for one turn. Custom layouts may use either level without rebuilding search ids, slot props, or hoist decisions.

Properties

id

id: string


isCompleted

isCompleted: boolean


prompt

prompt: ChatPromptRegion


activity

activity: ChatActivityRegion


response

response: ChatTextRegion


hoistedOutputs

hoistedOutputs: ChatOutputRegion


summary

summary: ChatTextRegion


error?

optional error?: ChatErrorRegion


actions

actions: ChatActionsRegion


timeline

timeline: ChatTimelineRegion