Allow manual context management (#376)
This commit is contained in:
@@ -15,6 +15,7 @@ export const apps = sqliteTable("apps", {
|
||||
githubOrg: text("github_org"),
|
||||
githubRepo: text("github_repo"),
|
||||
supabaseProjectId: text("supabase_project_id"),
|
||||
chatContext: text("chat_context", { mode: "json" }),
|
||||
});
|
||||
|
||||
export const chats = sqliteTable("chats", {
|
||||
|
||||
Reference in New Issue
Block a user