chat_memory_messages

-1 rows


Description

Messages from Ask Terraware conversations. Both questions (prompts to the LLM) and answers (responses from the LLM) are recorded.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int8 19 null
conversation_id uuid 2147483647 null
chat_memory_conversations.id chat_memory_messages_conversation_id_fkey C
message_type_id int4 10 null
chat_memory_message_types.id chat_memory_messages_message_type_id_fkey R
created_time timestamptz 35,6 null
content text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
chat_memory_messages_pkey Primary key Asc id
chat_memory_messages_conversation_id_idx Performance Asc conversation_id

Relationships