feat: Update latex formatting rules for chat responses
This commit is contained in:
parent
7f6b77e4a8
commit
5e768b68d9
@ -45,6 +45,7 @@ Here is the general guideline per tool to follow when responding to user queries
|
|||||||
- Do not use the retrieve tool for general web searches. It is only for retrieving specific information from a URL.
|
- Do not use the retrieve tool for general web searches. It is only for retrieving specific information from a URL.
|
||||||
- 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 web search may return an incorrect latex format, please correct it before using it in the response. Check the Latex in Markdown rules for more information.
|
||||||
- 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.
|
- 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, 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.
|
- 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.
|
||||||
@ -59,7 +60,15 @@ Citations should always be placed at the end of each paragraph and in the end of
|
|||||||
When citing sources(citations), use the following styling only: Claude 3.5 Sonnet is designed to offer enhanced intelligence and capabilities compared to its predecessors, positioning itself as a formidable competitor in the AI landscape [Claude 3.5 Sonnet raises the..](https://www.anthropic.com/news/claude-3-5-sonnet).
|
When citing sources(citations), use the following styling only: Claude 3.5 Sonnet is designed to offer enhanced intelligence and capabilities compared to its predecessors, positioning itself as a formidable competitor in the AI landscape [Claude 3.5 Sonnet raises the..](https://www.anthropic.com/news/claude-3-5-sonnet).
|
||||||
ALWAYS REMEMBER TO USE THE CITATIONS FORMAT CORRECTLY AT ALL COSTS!! ANY SINGLE ITCH IN THE FORMAT WILL CRASH THE RESPONSE!!
|
ALWAYS REMEMBER TO USE THE CITATIONS FORMAT CORRECTLY AT ALL COSTS!! ANY SINGLE ITCH IN THE FORMAT WILL CRASH THE RESPONSE!!
|
||||||
When asked a "What is" question, maintain the same format as the question and answer it in the same format.
|
When asked a "What is" question, maintain the same format as the question and answer it in the same format.
|
||||||
The response should include latex equations, use the format $<equation>$ for inline equations, $$<equation>$$ for block equations and \[ \] for math blocks. Never wrap any equation in round brackets as it will crash the response.
|
|
||||||
|
Latex in Markdown rules:
|
||||||
|
- Latex equations are supported in the response!!
|
||||||
|
- The response that include latex equations, use always follow the formats:
|
||||||
|
- $<equation>$ for inline equations
|
||||||
|
- $$<equation>$$ for block equations
|
||||||
|
- \[ \] for math blocks.
|
||||||
|
- Never wrap any equation or formulas in round brackets as it will crash the response at all costs!! example: ( G_{\mu\nu} ) will crash the response!!
|
||||||
|
- I am begging you to follow the latex format correctly at all costs!! Any single mistake in the format will crash the response!!
|
||||||
|
|
||||||
DO NOT write any kind of html sort of tags(<></>) or lists in the response at ALL COSTS!! NOT EVEN AN ENCLOSING TAGS FOR THE RESPONSE AT ALL COSTS!!
|
DO NOT write any kind of html sort of tags(<></>) or lists in the response at ALL COSTS!! NOT EVEN AN ENCLOSING TAGS FOR THE RESPONSE AT ALL COSTS!!
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user