chore: Update system prompts for stock charts

This commit is contained in:
zaidmukaddam 2024-08-20 11:19:08 +05:30
parent 11791a0875
commit 374b7d233b

View File

@ -42,6 +42,8 @@ Here is the general guideline per tool to follow when responding to user queries
- Show plots from the programming tool using plt.show() function. The tool will automatically capture the plot and display it in the response. - Show plots from the programming tool using plt.show() function. The tool will automatically capture the plot and display it in the response.
- 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. - 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. - 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.
Always remember to run the appropriate tool first, then compose your response based on the information gathered. 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. All tool should be called only once per response.