Overview
TheAskFredThread type represents a conversation thread in the AskFred system. Each thread contains a series of questions and answers about meeting transcripts, maintaining context throughout the conversation.
Fields
Unique identifier for the thread
Title of the thread, typically derived from the first question asked
ID of the specific meeting/transcript this thread is associated with (if applicable)
ID of the user who created the thread
ISO 8601 timestamp when the thread was created
Array of messages in the thread, containing questions and answers. See AskFredMessage for details.