Skip to content

Commit a63da39

Browse files
committed
migration
Signed-off-by: Hubert Zub <hubert.zub@databricks.com>
1 parent 10f9734 commit a63da39

File tree

1 file changed

+2
-0
lines changed
  • integrations/appkit-agent/src/chat-plugin

1 file changed

+2
-0
lines changed

integrations/appkit-agent/src/chat-plugin/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ export interface ChatConfig extends BasePluginConfig {
4444
autoMigrate?: boolean;
4545
/** Path to mount the chat UI. Set to null to disable UI serving. Default: '/chat'. */
4646
uiPath?: string | null;
47+
/** Auto-create the ai_chatbot schema and tables on startup. Defaults to false. */
48+
autoMigrate?: boolean;
4749
}
4850

4951
const textPartSchema = zod.object({

0 commit comments

Comments
 (0)