mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 00:24:03 +00:00
feat(bot): add configurable household assistant behavior
This commit is contained in:
@@ -16,6 +16,8 @@ export const households = pgTable('households', {
|
||||
id: uuid('id').defaultRandom().primaryKey(),
|
||||
name: text('name').notNull(),
|
||||
defaultLocale: text('default_locale').default('ru').notNull(),
|
||||
assistantContext: text('assistant_context'),
|
||||
assistantTone: text('assistant_tone'),
|
||||
createdAt: timestamp('created_at', { withTimezone: true }).defaultNow().notNull()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user