@uipath/context-grounding-tool 1.197.0-preview.67 → 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.
Files changed (2) hide show
  1. package/dist/tool.js +2 -2
  2. package/package.json +2 -2
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-preview.67",
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=1D0970C10198381564756E2164756E21
29943
+ //# debugId=E16C4B985DCA8EEF64756E2164756E21
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.67",
4
+ "version": "1.197.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": "579e7d41cb100fcb8130eec8ed1c9b5b55feaf0b"
31
+ "gitHead": "56f68b263cec4ea1f2a39d738bd99ecf52f88fea"
32
32
  }