feat: function for openai assistant added

This commit is contained in:
Davidson Gomes
2024-08-08 18:47:52 -03:00
parent e7ca3cf254
commit 26a974a239
7 changed files with 80 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
-- AlterTable
ALTER TABLE "Instance" ADD COLUMN "disconnectionAt" TIMESTAMP,
ADD COLUMN "disconnectionObject" JSONB,
ADD COLUMN "disconnectionReasonCode" INTEGER;
-- AlterTable
ALTER TABLE "OpenaiBot" ADD COLUMN "functionUrl" VARCHAR(500);