Skip to content

Commit db604fa

Browse files
authored
Enable notebook summary when notebook edit tool is used (#540)
1 parent 2ebc00a commit db604fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,9 @@
763763
"toolReferenceName": "editNotebook",
764764
"displayName": "%copilot.tools.editNotebook.name%",
765765
"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.",
766-
"tags": [],
766+
"tags": [
767+
"enable_other_tool_copilot_getNotebookSummary"
768+
],
767769
"inputSchema": {
768770
"type": "object",
769771
"properties": {

0 commit comments

Comments
 (0)