@uipath/context-grounding-tool 1.197.0-preview.64 → 1.197.0-preview.65
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
|
@@ -29267,7 +29267,7 @@ function createCommandForwarder(executeCommand) {
|
|
|
29267
29267
|
var package_default = {
|
|
29268
29268
|
name: "@uipath/context-grounding-tool",
|
|
29269
29269
|
license: "MIT",
|
|
29270
|
-
version: "1.197.0-preview.
|
|
29270
|
+
version: "1.197.0-preview.65",
|
|
29271
29271
|
description: "Tool for context grounding operations via the UiPath Python SDK",
|
|
29272
29272
|
keywords: [
|
|
29273
29273
|
"uipcli-tool",
|
|
@@ -29370,4 +29370,4 @@ export {
|
|
|
29370
29370
|
metadata
|
|
29371
29371
|
};
|
|
29372
29372
|
|
|
29373
|
-
//# debugId=
|
|
29373
|
+
//# debugId=254CA8957B65D28664756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/context-grounding-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.197.0-preview.
|
|
4
|
+
"version": "1.197.0-preview.65",
|
|
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": "9388ccbe5e739c9578bfd9b5395980fb63e11d9c"
|
|
32
32
|
}
|