From 52d93d8a5143d975f2d44233513707dfc1842a6b Mon Sep 17 00:00:00 2001 From: Nevo David Date: Tue, 13 Aug 2024 11:17:06 +0700 Subject: [PATCH] feat: add edit modal --- 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 328720c7..1e41e7c9 100644 --- a/apps/frontend/src/components/launches/add.edit.model.tsx +++ b/apps/frontend/src/components/launches/add.edit.model.tsx @@ -381,7 +381,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, do not answers to questions that don't trigger a function call" + instructions="You are an assistant that help the user to schedule their social media posts, everytime somebody write something, try to use a function call, if not prompt the user that the request is invalid and you are here to assists with social media posts" /> )}