@uipath/context-grounding-tool 1.197.0-preview.68 → 1.197.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/tool.js +2 -2
- package/package.json +1 -1
package/dist/tool.js
CHANGED
|
@@ -29837,7 +29837,7 @@ function createCommandForwarder(executeCommand) {
|
|
|
29837
29837
|
var package_default = {
|
|
29838
29838
|
name: "@uipath/context-grounding-tool",
|
|
29839
29839
|
license: "MIT",
|
|
29840
|
-
version: "1.197.0
|
|
29840
|
+
version: "1.197.0",
|
|
29841
29841
|
description: "Tool for context grounding operations via the UiPath Python SDK",
|
|
29842
29842
|
keywords: [
|
|
29843
29843
|
"uipcli-tool",
|
|
@@ -29940,4 +29940,4 @@ export {
|
|
|
29940
29940
|
metadata
|
|
29941
29941
|
};
|
|
29942
29942
|
|
|
29943
|
-
//# debugId=
|
|
29943
|
+
//# debugId=E16C4B985DCA8EEF64756E2164756E21
|
package/package.json
CHANGED