Changeset 0.28.6 (#192)
This commit is contained in:
@@ -21,7 +21,8 @@ CREATE TABLE IF NOT EXISTS tasks (
|
||||
|
||||
-- What to run
|
||||
task_type TEXT NOT NULL DEFAULT 'prompt'
|
||||
CHECK (task_type IN ('prompt', 'workflow', 'action')),
|
||||
CHECK (task_type IN ('prompt', 'workflow', 'action', 'system')),
|
||||
system_function TEXT DEFAULT '',
|
||||
persona_id UUID REFERENCES personas(id) ON DELETE SET NULL,
|
||||
model_id TEXT,
|
||||
system_prompt TEXT DEFAULT '',
|
||||
|
||||
Reference in New Issue
Block a user