Skip to content

Commit cefe13a

Browse files
committed
Fix translation ids
Signed-off-by: Tomas Kislan <tomas@kislan.sk>
1 parent fea5d0d commit cefe13a

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
@@ -2290,9 +2290,9 @@
22902290
"languageModelTools": [
22912291
{
22922292
"name": "configure_deepnote_notebook",
2293-
"displayName": "%deepnote.languageModelTools.configure_notebook.displayName%",
2293+
"displayName": "%deepnote.languageModelTools.configure_deepnote_notebook.displayName%",
22942294
"modelDescription": "Tool used to configure a Notebook. ALWAYS use this tool before running/executing any Notebook Cells for the first time or before listing/installing packages in Notebooks for the first time. I.e. there is no need to use this tool more than once for the same notebook.",
2295-
"userDescription": "%deepnote.languageModelTools.configure_notebook.userDescription%",
2295+
"userDescription": "%deepnote.languageModelTools.configure_deepnote_notebook.userDescription%",
22962296
"toolReferenceName": "configureNotebook",
22972297
"tags": [
22982298
"python environment",

0 commit comments

Comments
 (0)