From 69048a859f82722f31e4c93a2d31a5fc9a9555a6 Mon Sep 17 00:00:00 2001 From: Debanjum Date: Tue, 11 Mar 2025 02:16:12 +0530 Subject: [PATCH] Fix E2B tool description prompt to mention plotly package available --- src/khoj/utils/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/khoj/utils/helpers.py b/src/khoj/utils/helpers.py index 4723403e..6698d3bb 100644 --- a/src/khoj/utils/helpers.py +++ b/src/khoj/utils/helpers.py @@ -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 = {