@uipath/context-grounding-tool 1.200.0-preview.118 → 1.200.0
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
|
@@ -11288,7 +11288,7 @@ function createCommandForwarder(executeCommand) {
|
|
|
11288
11288
|
var package_default = {
|
|
11289
11289
|
name: "@uipath/context-grounding-tool",
|
|
11290
11290
|
license: "MIT",
|
|
11291
|
-
version: "1.200.0
|
|
11291
|
+
version: "1.200.0",
|
|
11292
11292
|
description: "Tool for context grounding operations via the UiPath Python SDK",
|
|
11293
11293
|
keywords: [
|
|
11294
11294
|
"uipcli-tool",
|
|
@@ -11389,4 +11389,4 @@ var registerCommands = async (program2) => {
|
|
|
11389
11389
|
|
|
11390
11390
|
export { Command, metadata, registerCommands };
|
|
11391
11391
|
|
|
11392
|
-
//# debugId=
|
|
11392
|
+
//# debugId=8F09EE95B7CD428164756E2164756E21
|
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.200.0
|
|
4
|
+
"version": "1.200.0",
|
|
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": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
|
|
32
32
|
}
|