Skip to main content

Overview

The AskFredThread 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

String!
required
Unique identifier for the thread
String!
required
Title of the thread, typically derived from the first question asked
String
ID of the specific meeting/transcript this thread is associated with (if applicable)
String!
required
ID of the user who created the thread
String!
required
ISO 8601 timestamp when the thread was created
[AskFredMessage!]!
required
Array of messages in the thread, containing questions and answers. See AskFredMessage for details.

Example

AskFredMessage

Individual messages within a thread

AskFredThreadSummary

Lightweight thread summary for listings