Entity description
A conversation session between a user and an AI agent. AiChats stores Messages and automatically handles truncation to fit content into a model’s context.
Properties
Name | Description | Type | Example |
---|---|---|---|
uid | The unique identifier (UID) of the chat | string | d290f1ee-6c54-4b01-90e6-d701748f0851 |
actor_uid | The unique identifier (UID) of the actor that created the chat | string | ghp0f1ee-6c54-4b01-90e6-d701748f0851 |
agent | Agent associated with the chat | string | vanilla |
metadata | A JSON string is used to pass additional information to the chat agent in run time | object | { "directory_uid": "k98axtpqg7h1whh6", "instruction": "You are a helpful assistant. Answer all questions to the best of your ability." } |
created_at | Date the chat was created | string | 2021-07-20T14:00:00.000Z |
updated_at | Date the chat was last updated | string | 2021-07-20T14:00:00.000Z |