@digipair/skill-dsp 0.88.0 → 0.88.1

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,7 @@
1
1
  import { PinsSettings } from '@digipair/engine';
2
- import { AxAI, AxAIAzureOpenAI, AxAIOllama, AxAIOpenAIBase } from '@ax-llm/ax';
2
+ import { AxAI, AxAIAzureOpenAI, AxAIOllama, AxAIOpenAIBase } from '@digipair/ax';
3
3
  export declare const model: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<AxAI>;
4
- export declare const modelOpenAI: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<AxAIOpenAIBase<unknown, unknown>>;
4
+ export declare const modelOpenAI: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<AxAIOpenAIBase<unknown, unknown, import("@digipair/ax").AxAIOpenAIChatRequest<unknown>>>;
5
5
  export declare const modelAzureOpenAi: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<AxAIAzureOpenAI>;
6
6
  export declare const modelOllama: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<AxAIOllama>;
7
7
  export declare const generate: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@digipair/skill-dsp",
3
- "version": "0.88.0",
3
+ "version": "0.88.1",
4
4
  "keywords": [
5
5
  "digipair",
6
6
  "service",
7
7
  "tool"
8
8
  ],
9
9
  "dependencies": {
10
- "@ax-llm/ax": "^11.0.29"
10
+ "@digipair/ax": "11.0.64-1"
11
11
  },
12
12
  "main": "./index.cjs.js",
13
13
  "module": "./index.esm.js"
package/schema.fr.json CHANGED
@@ -75,6 +75,15 @@
75
75
  "schema": {
76
76
  "type": "object"
77
77
  }
78
+ },
79
+ {
80
+ "name": "supportFor",
81
+ "summary": "Support pour",
82
+ "required": false,
83
+ "description": "Fonctionnalités supportées par le modèle OpenAI",
84
+ "schema": {
85
+ "type": "object"
86
+ }
78
87
  }
79
88
  ],
80
89
  "x-events": []
package/schema.json CHANGED
@@ -75,6 +75,15 @@
75
75
  "schema": {
76
76
  "type": "object"
77
77
  }
78
+ },
79
+ {
80
+ "name": "supportFor",
81
+ "summary": "Support for",
82
+ "required": false,
83
+ "description": "OpenAI model support for specific features",
84
+ "schema": {
85
+ "type": "object"
86
+ }
78
87
  }
79
88
  ],
80
89
  "x-events": []