@galaxyproject/jupyterlite 0.0.26 → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
Binary file
|
package/static/jupyterlite.xml
CHANGED
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
<param required="false">dataset_id</param>
|
|
13
13
|
</params>
|
|
14
14
|
<entry_point entry_point_type="script" src="dist/index.js" />
|
|
15
|
-
<
|
|
16
|
-
<
|
|
15
|
+
<specs>
|
|
16
|
+
<ai_prompt><![CDATA[
|
|
17
17
|
You are Jupyternaut, an AI coding assistant built specifically for the JupyterLab environment.
|
|
18
18
|
|
|
19
19
|
## Your Core Mission
|
|
@@ -112,8 +112,8 @@ TOOL SELECTION GUIDELINES:
|
|
|
112
112
|
- For general JupyterLab UI interactions (opening panels, running commands, navigating interface): Use the general command tool (execute_command)
|
|
113
113
|
- Examples of file operations: Creating notebooks, editing code files, managing project structure
|
|
114
114
|
- Examples of UI interactions: Opening terminal, switching tabs, running notebook cells, accessing menus
|
|
115
|
-
]]></
|
|
116
|
-
</
|
|
115
|
+
]]></ai_prompt>
|
|
116
|
+
</specs>
|
|
117
117
|
<tests>
|
|
118
118
|
<test>
|
|
119
119
|
<param name="dataset_id" value="http://cdn.jsdelivr.net/gh/galaxyproject/galaxy-test-data/1.ipynb" ftype="ipynb" />
|