@uipath/context-grounding-tool 1.198.0-preview.96 → 1.198.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
|
@@ -30327,7 +30327,7 @@ function createCommandForwarder(executeCommand) {
|
|
|
30327
30327
|
var package_default = {
|
|
30328
30328
|
name: "@uipath/context-grounding-tool",
|
|
30329
30329
|
license: "MIT",
|
|
30330
|
-
version: "1.198.0
|
|
30330
|
+
version: "1.198.0",
|
|
30331
30331
|
description: "Tool for context grounding operations via the UiPath Python SDK",
|
|
30332
30332
|
keywords: [
|
|
30333
30333
|
"uipcli-tool",
|
|
@@ -30430,4 +30430,4 @@ export {
|
|
|
30430
30430
|
metadata
|
|
30431
30431
|
};
|
|
30432
30432
|
|
|
30433
|
-
//# debugId=
|
|
30433
|
+
//# debugId=CC948125A156FB5664756E2164756E21
|
package/package.json
CHANGED