Revert "chore: cleanup context window ui, adjust for reasoning + added db migration" (#1169)
This commit is contained in:
parent
02dde68ea3
commit
d3b3449eb8
13 changed files with 142 additions and 873 deletions
|
|
@ -4,7 +4,6 @@ import {
|
|||
varchar,
|
||||
timestamp,
|
||||
json,
|
||||
jsonb,
|
||||
uuid,
|
||||
text,
|
||||
primaryKey,
|
||||
|
|
@ -30,7 +29,6 @@ export const chat = pgTable('Chat', {
|
|||
visibility: varchar('visibility', { enum: ['public', 'private'] })
|
||||
.notNull()
|
||||
.default('private'),
|
||||
lastContext: jsonb('lastContext'),
|
||||
});
|
||||
|
||||
export type Chat = InferSelectModel<typeof chat>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue