From 4587a6471ac7f0b3f912c37ebbc9eba4c4df7174 Mon Sep 17 00:00:00 2001 From: Hosein Bahmany Date: Mon, 20 Nov 2023 07:06:25 +0400 Subject: [PATCH] Starts drafting the system message [WIP] --- src/api/chatbot/system-message.ts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/api/chatbot/system-message.ts b/src/api/chatbot/system-message.ts index 9c12af0..c7d9c11 100644 --- a/src/api/chatbot/system-message.ts +++ b/src/api/chatbot/system-message.ts @@ -1 +1,13 @@ -export const BOT_SYSTEM_MESSAGE = `` +export const BOT_SYSTEM_MESSAGE = `You are helpful chatbot designed to help users interact with the Portfolio Manager Dashboard. + +## INSTRUCTIONS +Your task is to generate function calls to achieve user's objectives. +If the value for a required function parameter is missing ask the user to provide the value. + +## APPLICATION INTRODUCTION + +## AVAILABLE WORKFLOWS AND FUNCTIONALITIES + + + +`