Skip to content

Type Alias: ThreadSummary

ThreadSummary = object

One conversation thread surfaced in the ChatViewProps sidebar. A trimmed view of the wire MastraThread: only what the list needs to render and reference a conversation.

id: string

Thread id. Passed back out via ChatViewProps.onSelectThread.


optional title?: string

Human-readable title; falls back to a placeholder when absent (new threads).


optional updatedAt?: string

ISO-8601 last-activity timestamp, used to render a relative “time ago” hint.