We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f9734 commit a63da39Copy full SHA for a63da39
integrations/appkit-agent/src/chat-plugin/types.ts
@@ -44,6 +44,8 @@ export interface ChatConfig extends BasePluginConfig {
44
autoMigrate?: boolean;
45
/** Path to mount the chat UI. Set to null to disable UI serving. Default: '/chat'. */
46
uiPath?: string | null;
47
+ /** Auto-create the ai_chatbot schema and tables on startup. Defaults to false. */
48
+ autoMigrate?: boolean;
49
}
50
51
const textPartSchema = zod.object({
0 commit comments