Conversation: {
created_at: string;
deleted: boolean;
deleted_at: string | null;
id: number;
title: string;
updated_at: string;
}
Type declaration
created_at: string
deleted: boolean
deleted_at: string | null
id: number
title: string
updated_at: string
Represents a conversation between a user and an agent, within in a research context This is where messages will be exchanged