@uipath/context-grounding-tool 1.199.0-preview.97 → 1.199.0-preview.99
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
|
@@ -30328,7 +30328,7 @@ function createCommandForwarder(executeCommand) {
|
|
|
30328
30328
|
var package_default = {
|
|
30329
30329
|
name: "@uipath/context-grounding-tool",
|
|
30330
30330
|
license: "MIT",
|
|
30331
|
-
version: "1.199.0-preview.
|
|
30331
|
+
version: "1.199.0-preview.99",
|
|
30332
30332
|
description: "Tool for context grounding operations via the UiPath Python SDK",
|
|
30333
30333
|
keywords: [
|
|
30334
30334
|
"uipcli-tool",
|
|
@@ -30431,4 +30431,4 @@ export {
|
|
|
30431
30431
|
metadata
|
|
30432
30432
|
};
|
|
30433
30433
|
|
|
30434
|
-
//# debugId=
|
|
30434
|
+
//# debugId=908C765F29ACC6C864756E2164756E21
|
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.99",
|
|
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": "6ba217cddceb86e3fa39ed82e49c5062878a85c6"
|
|
32
32
|
}
|