From f312697872aebcfc96c927c36835ee51e311cd75 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Mon, 11 Aug 2025 10:57:04 +1000 Subject: [PATCH] Enable notebook summary when notebook edit tool is used --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f54124079..5f6d489ef 100644 --- a/package.json +++ b/package.json @@ -763,7 +763,9 @@ "toolReferenceName": "editNotebook", "displayName": "%copilot.tools.editNotebook.name%", "modelDescription": "This is a tool for editing an existing Notebook file in the workspace. Generate the \"explanation\" property first.\nThe system is very smart and can understand how to apply your edits to the notebooks.\nWhen updating the content of an existing cell, ensure newCode includes at least 3-5 lines of context both before and after the new changes, preserving whitespace and indentation exactly.", - "tags": [], + "tags": [ + "enable_other_tool_copilot_getNotebookSummary" + ], "inputSchema": { "type": "object", "properties": {