From 8c5f4c404b1b5aac3fb23d28a36a52aba38dfec1 Mon Sep 17 00:00:00 2001 From: wassname <1103714+wassname@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:13:19 +0800 Subject: [PATCH] restore notebook, important --- system-prompts/tool-description-notebookedit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-prompts/tool-description-notebookedit.md b/system-prompts/tool-description-notebookedit.md index abdec2a..d251b00 100644 --- a/system-prompts/tool-description-notebookedit.md +++ b/system-prompts/tool-description-notebookedit.md @@ -3,4 +3,4 @@ name: 'Tool Description: NotebookEdit' description: Tool description for editing Jupyter notebook cells ccVersion: 2.0.14 --> -Replace cell contents in .ipynb files. Absolute path required, 0-indexed cells. edit_mode: insert (add at cell_number index) or delete. +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.