@hahnpro/ai-sdk 0.7.4 → 0.9.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.
package/index.d.ts CHANGED
@@ -123,6 +123,7 @@ interface ChatDialogData {
123
123
  event?: EventData;
124
124
  assistant?: ChatAssistantType;
125
125
  initialMessage?: string;
126
+ context?: Record<string, unknown>;
126
127
  }
127
128
  declare class AiChatDialogComponent implements OnInit {
128
129
  data: ChatDialogData;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@hahnpro/ai-sdk",
3
- "version": "0.7.4",
3
+ "version": "0.9.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "dependencies": {
8
8
  "@hahnpro/hpc-api": "2025.2.13",
9
- "microsoft-cognitiveservices-speech-sdk": "1.44.1",
9
+ "@hahnpro/ms-speech-sdk": "1.45.0",
10
10
  "openid-client": "6.5.1",
11
11
  "pretty-bytes": "6.1.1",
12
12
  "tslib": "^2.3.0"