@uipath/context-grounding-tool 1.201.0-preview.123 → 1.201.0-preview.127
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/index.js
CHANGED
|
@@ -6334,7 +6334,7 @@ function createCommandForwarder(executeCommand) {
|
|
|
6334
6334
|
var package_default = {
|
|
6335
6335
|
name: "@uipath/context-grounding-tool",
|
|
6336
6336
|
license: "MIT",
|
|
6337
|
-
version: "1.201.0-preview.
|
|
6337
|
+
version: "1.201.0-preview.127",
|
|
6338
6338
|
description: "Tool for context grounding operations via the UiPath Python SDK",
|
|
6339
6339
|
keywords: [
|
|
6340
6340
|
"uipcli-tool",
|
|
@@ -6435,4 +6435,4 @@ var registerCommands = async (program2) => {
|
|
|
6435
6435
|
|
|
6436
6436
|
export { Command, metadata, registerCommands };
|
|
6437
6437
|
|
|
6438
|
-
//# debugId=
|
|
6438
|
+
//# debugId=DD7E7FD6580C147B64756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/context-grounding-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.201.0-preview.
|
|
4
|
+
"version": "1.201.0-preview.127",
|
|
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": "a6c7f4f0ea04813ce939f31efc41bd9990d46e20"
|
|
32
32
|
}
|