@uipath/context-grounding-tool 1.199.0-preview.91 → 1.199.0-preview.92

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
@@ -30221,7 +30221,7 @@ function createCommandForwarder(executeCommand) {
30221
30221
  var package_default = {
30222
30222
  name: "@uipath/context-grounding-tool",
30223
30223
  license: "MIT",
30224
- version: "1.199.0-preview.91",
30224
+ version: "1.199.0-preview.92",
30225
30225
  description: "Tool for context grounding operations via the UiPath Python SDK",
30226
30226
  keywords: [
30227
30227
  "uipcli-tool",
@@ -30324,4 +30324,4 @@ export {
30324
30324
  metadata
30325
30325
  };
30326
30326
 
30327
- //# debugId=F282ABD833FE0A7F64756E2164756E21
30327
+ //# debugId=51B081F9DAF5C10164756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/context-grounding-tool",
3
3
  "license": "MIT",
4
- "version": "1.199.0-preview.91",
4
+ "version": "1.199.0-preview.92",
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": "f428cb1e61ba89ad18394b0c6106784055699f02"
31
+ "gitHead": "d7b66f18f30e2e80a17293b6a0b656b54da35d49"
32
32
  }