@digipair/skill-llm 0.2.10 → 0.2.16

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.
@@ -1,7 +1,6 @@
1
- type PinsSettings = any;
1
+ import { PinsSettings } from '@digipair/engine';
2
2
  export declare const invoke: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
3
3
  export declare const reasoningStep: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<{
4
4
  [key: string]: any;
5
5
  }>;
6
6
  export declare const reasoningStepValue: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
7
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-llm",
3
- "version": "0.2.10",
3
+ "version": "0.2.16",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"
File without changes