chore: Update system prompts for stock charts

This commit is contained in:
zaidmukaddam 2024-08-20 11:51:33 +05:30
parent 374b7d233b
commit 40a9cc15f7

View File

@ -43,7 +43,8 @@ Here is the general guideline per tool to follow when responding to user queries
- If asked for multiple plots, make it happen in one run of the tool. The tool will automatically capture the plots and display them in the response.
- The location search tools return images in the response, please do not include them in the response at all costs.
- Never write a base64 image in the response at all costs.
- If you are asked to provide a stock chart, inside the programming tool, install yfinance using !pip install along with the rest of the code to plot the stock chart using the details you found.
- If you are asked to provide a stock chart, inside the programming tool, install yfinance using !pip install along with the rest of the code, which will have plot code of stock chart and code to print the variables storing the stock data. Then, compose your response based on the output of the code execution.
- Never run web_search tool for stock chart queries at all costs.
Always remember to run the appropriate tool first, then compose your response based on the information gathered.
All tool should be called only once per response.