@uipath/context-grounding-tool 1.199.0-preview.113 → 1.199.0-preview.119
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
|
@@ -30359,7 +30359,7 @@ function createCommandForwarder(executeCommand) {
|
|
|
30359
30359
|
var package_default = {
|
|
30360
30360
|
name: "@uipath/context-grounding-tool",
|
|
30361
30361
|
license: "MIT",
|
|
30362
|
-
version: "1.199.0-preview.
|
|
30362
|
+
version: "1.199.0-preview.119",
|
|
30363
30363
|
description: "Tool for context grounding operations via the UiPath Python SDK",
|
|
30364
30364
|
keywords: [
|
|
30365
30365
|
"uipcli-tool",
|
|
@@ -30462,4 +30462,4 @@ export {
|
|
|
30462
30462
|
metadata
|
|
30463
30463
|
};
|
|
30464
30464
|
|
|
30465
|
-
//# debugId=
|
|
30465
|
+
//# debugId=88BBE004DE67D41064756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/context-grounding-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0-preview.
|
|
4
|
+
"version": "1.199.0-preview.119",
|
|
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": "9237653cf731fb275714c8ee5aab5dc057424b42"
|
|
32
32
|
}
|