Skip to main content

Overview

A Chat in the TaskingAI framework is essentially a conversation that involves the Assistant. In these chats, messages created by users are designated with the role "user", whereas those generated by the Assistant are marked as "assistant". This distinction helps in maintaining clarity and context in the flow of the conversation.

Each Chat is treated as an independent entity within the system, ensuring that each conversation is discrete and contextually isolated. This independence is crucial for maintaining the integrity and relevance of each chat session.

In this section, we'll learn how to create, retrieve, update, and delete chats.