Skip to content

Commit 6fee715

Browse files
authored
more explicit about use cases (#16596)
1 parent 0c08b89 commit 6fee715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,7 +2055,7 @@
20552055
{
20562056
"name": "notebook_list_packages",
20572057
"displayName": "List Notebook Kernel Packages",
2058-
"modelDescription": "List the installed packages that are currently available in the selected kernel for a notebook editor. This tool should be used when working with a notebook but only if already working in a notebook file.",
2058+
"modelDescription": "List the installed packages that are currently available in the selected kernel for a notebook editor. This tool should be used when working with a jupyter notebook with python code cells. Do not use this tool if not already working with a notebook, or for a language other than python.",
20592059
"toolReferenceName": "listNotebookPackages",
20602060
"tags": [
20612061
"notebooks"
@@ -2078,7 +2078,7 @@
20782078
{
20792079
"name": "notebook_install_packages",
20802080
"displayName": "Install Packages for Notebook",
2081-
"modelDescription": "Install a list of packages on a notebook kernel to be used within that notebook. This tool should be used when working with a notebook but only if already working in a notebook file.",
2081+
"modelDescription": "Install a list of packages on a notebook kernel to be used within that notebook. This tool should be used when working with a jupyter notebook with python code cells. Do not use this tool if not already working with a notebook, or for a language other than python.",
20822082
"toolReferenceName": "installNotebookPackages",
20832083
"tags": [
20842084
"notebooks"

0 commit comments

Comments
 (0)