mirror of
https://github.com/AventurasTeam/Aventuras.git
synced 2026-04-28 03:40:11 +00:00
4 lines
226 B
SQL
4 lines
226 B
SQL
-- Add reasoning column to story_entries for persisting chain-of-thought/thinking content
|
|
-- This stores the AI's reasoning/thinking process separate from the main content
|
|
|
|
ALTER TABLE story_entries ADD COLUMN reasoning TEXT;
|