added technical documentation

This commit is contained in:
2026-01-13 17:20:52 +00:00
parent ff394c9250
commit b29822efc7
12 changed files with 4953 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ CREATE TABLE IF NOT EXISTS messages (
role VARCHAR(20) NOT NULL,
content TEXT NOT NULL,
has_images BOOLEAN NOT NULL DEFAULT FALSE,
image_urls TEXT[],
image_urls JSONB,
token_count INTEGER,
created_at TIMESTAMPTZ DEFAULT NOW(),
updated_at TIMESTAMPTZ DEFAULT NOW()