Conversation: {
    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

Type declaration

  • created_at: string
  • deleted: boolean
  • deleted_at: string | null
  • id: number
  • title: string
  • updated_at: string

Param: id:

the id of the conversation

Param: title:

the title of the conversation

Generated using TypeDoc