The BizAIChat Object

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

NameDescriptionTypeExample
uidThe unique identifier (UID) of the chatstringd290f1ee-6c54-4b01-90e6-d701748f0851
actor_uidThe unique identifier (UID) of the actor that created the chatstringghp0f1ee-6c54-4b01-90e6-d701748f0851
agentAgent associated with the chatstringvanilla
metadataA JSON string is used to pass additional information to the chat agent in run timeobject{ "directory_uid": "k98axtpqg7h1whh6", "instruction": "You are a helpful assistant. Answer all questions to the best of your ability." }
created_atDate the chat was createdstring2021-07-20T14:00:00.000Z
updated_atDate the chat was last updatedstring2021-07-20T14:00:00.000Z