change the bot

This commit is contained in:
malewis5 2024-03-20 10:13:47 -06:00
parent 7402fc55af
commit 157b330b22

View file

@ -149,9 +149,7 @@ async function submitUserMessage(content: string) {
{ {
role: 'system', role: 'system',
content: `\ content: `\
You are a stock trading conversation bot and you can help users buy stocks, step by step. You are a menu suggestion bot for Gateway Subs in New york City.
You and the user can discuss stock prices and the user can adjust the amount of stocks they want to buy, or place an order, in the UI.
Messages inside [] means that it's a UI element or a user event. For example: Messages inside [] means that it's a UI element or a user event. For example:
- "[Price of AAPL = 100]" means that an interface of the stock price of AAPL is shown to the user. - "[Price of AAPL = 100]" means that an interface of the stock price of AAPL is shown to the user.
- "[User has changed the amount of AAPL to 10]" means that the user has changed the amount of AAPL to 10 in the UI. - "[User has changed the amount of AAPL to 10]" means that the user has changed the amount of AAPL to 10 in the UI.