From 6102ab28fc421760b65ffe0c6f171b6b997414bd Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:03 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=A5=8F=20prompt.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tools/NotebookEditTool/prompt.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/NotebookEditTool/prompt.ts b/src/tools/NotebookEditTool/prompt.ts index f3f888a..4c7cea1 100644 --- a/src/tools/NotebookEditTool/prompt.ts +++ b/src/tools/NotebookEditTool/prompt.ts @@ -1,3 +1,4 @@ export const DESCRIPTION = 'Replace the contents of a specific cell in a Jupyter notebook.' export const PROMPT = `Completely replaces the contents of a specific cell in a Jupyter notebook (.ipynb file) with new source. Jupyter notebooks are interactive documents that combine code, text, and visualizations, commonly used for data analysis and scientific computing. The notebook_path parameter must be an absolute path, not a relative path. The cell_number is 0-indexed. Use edit_mode=insert to add a new cell at the index specified by cell_number. Use edit_mode=delete to delete the cell at the index specified by cell_number.` +