Fix E2B tool description prompt to mention plotly package available

This commit is contained in:
Debanjum
2025-03-11 02:16:12 +05:30
parent 9751adb1a2
commit 69048a859f

View File

@@ -368,7 +368,7 @@ command_descriptions_for_agent = {
ConversationCommand.Code: "Agent can run Python code to parse information, run complex calculations, create documents and charts.",
}
e2b_tool_description = "To run Python code in a E2B sandbox with no network access. Helpful to parse complex information, run calculations, create text documents and create charts with quantitative data. Only matplotlib, pandas, numpy, scipy, bs4, sympy, einops, biopython, shapely and rdkit external packages are available."
e2b_tool_description = "To run Python code in a E2B sandbox with no network access. Helpful to parse complex information, run calculations, create text documents and create charts with quantitative data. Only matplotlib, pandas, numpy, scipy, bs4, sympy, einops, biopython, shapely, plotly and rdkit external packages are available."
terrarium_tool_description = "To run Python code in a Terrarium, Pyodide sandbox with no network access. Helpful to parse complex information, run complex calculations, create plaintext documents and create charts with quantitative data. Only matplotlib, panda, numpy, scipy, bs4 and sympy external packages are available."
tool_descriptions_for_llm = {