From 9dc729e2f5ac47213014d44c3845da7ef2422683 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Sun, 21 Jul 2024 23:45:26 +0700 Subject: [PATCH] feat: better restrictions for model --- apps/frontend/src/components/launches/add.edit.model.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/components/launches/add.edit.model.tsx b/apps/frontend/src/components/launches/add.edit.model.tsx index a2fadfcd..a2369f5c 100644 --- a/apps/frontend/src/components/launches/add.edit.model.tsx +++ b/apps/frontend/src/components/launches/add.edit.model.tsx @@ -347,7 +347,7 @@ export const AddEditModal: FC<{ title: 'AI Content Assistant', }} className="!z-[499]" - instructions="You are an assistant that help the user to schedule their social media posts" + instructions="You are an assistant that help the user to schedule their social media posts, do not answers to questions that don't trigger a function call" /> )}