@uipath/context-grounding-tool 1.198.0-preview.86 → 1.198.0-preview.87

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
@@ -30220,7 +30220,7 @@ function createCommandForwarder(executeCommand) {
30220
30220
  var package_default = {
30221
30221
  name: "@uipath/context-grounding-tool",
30222
30222
  license: "MIT",
30223
- version: "1.198.0-preview.86",
30223
+ version: "1.198.0-preview.87",
30224
30224
  description: "Tool for context grounding operations via the UiPath Python SDK",
30225
30225
  keywords: [
30226
30226
  "uipcli-tool",
@@ -30323,4 +30323,4 @@ export {
30323
30323
  metadata
30324
30324
  };
30325
30325
 
30326
- //# debugId=28768D27C3C614C064756E2164756E21
30326
+ //# debugId=A7450325410AA28C64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/context-grounding-tool",
3
3
  "license": "MIT",
4
- "version": "1.198.0-preview.86",
4
+ "version": "1.198.0-preview.87",
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": "e6930a7d30dc12735ec0dc6fd7c4720bbb99e936"
31
+ "gitHead": "b84a7a78e1a325c3dd3b39efd3018c49b38c789f"
32
32
  }