@uipath/context-grounding-tool 1.198.0-preview.94 → 1.198.0-preview.95
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
|
@@ -30220,7 +30220,7 @@ function createCommandForwarder(executeCommand) {
|
|
|
30220
30220
|
var package_default = {
|
|
30221
30221
|
name: "@uipath/context-grounding-tool",
|
|
30222
30222
|
license: "MIT",
|
|
30223
|
-
version: "1.198.0-preview.
|
|
30223
|
+
version: "1.198.0-preview.95",
|
|
30224
30224
|
description: "Tool for context grounding operations via the UiPath Python SDK",
|
|
30225
30225
|
keywords: [
|
|
30226
30226
|
"uipcli-tool",
|
|
@@ -30323,4 +30323,4 @@ export {
|
|
|
30323
30323
|
metadata
|
|
30324
30324
|
};
|
|
30325
30325
|
|
|
30326
|
-
//# debugId=
|
|
30326
|
+
//# debugId=E0E46473CA00B27E64756E2164756E21
|
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.95",
|
|
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": "7f6f14e06688fe417ecaac94186ab795a9106caa"
|
|
32
32
|
}
|