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.
Properties
Section titled “Properties”id:
string
Thread id. Passed back out via ChatViewProps.onSelectThread.
title?
Section titled “title?”
optionaltitle?:string
Human-readable title; falls back to a placeholder when absent (new threads).
updatedAt?
Section titled “updatedAt?”
optionalupdatedAt?:string
ISO-8601 last-activity timestamp, used to render a relative “time ago” hint.