@uipath/context-grounding-tool 1.198.0-preview.82 → 1.198.0-preview.84
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/dist/tool.js +2 -2
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -29846,7 +29846,7 @@ function createCommandForwarder(executeCommand) {
|
|
|
29846
29846
|
var package_default = {
|
|
29847
29847
|
name: "@uipath/context-grounding-tool",
|
|
29848
29848
|
license: "MIT",
|
|
29849
|
-
version: "1.198.0-preview.
|
|
29849
|
+
version: "1.198.0-preview.84",
|
|
29850
29850
|
description: "Tool for context grounding operations via the UiPath Python SDK",
|
|
29851
29851
|
keywords: [
|
|
29852
29852
|
"uipcli-tool",
|
|
@@ -29949,4 +29949,4 @@ export {
|
|
|
29949
29949
|
metadata
|
|
29950
29950
|
};
|
|
29951
29951
|
|
|
29952
|
-
//# debugId=
|
|
29952
|
+
//# debugId=4160C07A1253D15B64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/context-grounding-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.198.0-preview.
|
|
4
|
+
"version": "1.198.0-preview.84",
|
|
5
5
|
"description": "Tool for context grounding operations via the UiPath Python SDK",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"uipcli-tool",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"registry": "https://registry.npmjs.org/"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "348cb786606b92b1a25785f322856660913a10b5"
|
|
32
32
|
}
|