@glodon-aiot/apis 3.21.0-alpha.1 → 3.22.2-alpha.3

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.
@@ -15,6 +15,8 @@ export interface IArrange {
15
15
  recommendQuestionOpen?: boolean;
16
16
  visionOpen?: boolean;
17
17
  greetings?: string;
18
+ thinkingModeOpen?: boolean;
19
+ thinkingTextOpen?: boolean;
18
20
  }
19
21
  export interface IApplication {
20
22
  id: string;
@@ -222,6 +224,7 @@ export interface IHistory {
222
224
  thinkingSecs?: number;
223
225
  thinkingStatus?: 'start' | 'end';
224
226
  searchingStatus?: 'start' | 'end';
227
+ fromHistory?: boolean;
225
228
  }
226
229
  export declare enum IThinkingStatus {
227
230
  Start = "start",
@@ -262,6 +262,7 @@ export interface IChatMessage {
262
262
  thinkingStatus?: 'end' | 'start';
263
263
  reasoningContent?: string;
264
264
  searchingStatus?: 'start' | 'end';
265
+ fromHistory?: boolean;
265
266
  }
266
267
  export interface IReference {
267
268
  text: string;
@@ -305,6 +306,8 @@ export interface IArrange {
305
306
  enableNetOpen: boolean;
306
307
  openingContent?: string;
307
308
  recommendQuestionOpen?: boolean;
309
+ thinkingModeOpen?: boolean;
310
+ thinkingTextOpen?: boolean;
308
311
  }
309
312
  export interface IApplication {
310
313
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glodon-aiot/apis",
3
- "version": "3.21.0-alpha.1",
3
+ "version": "3.22.2-alpha.3",
4
4
  "author": "glodoncv",
5
5
  "description": "aiot apis",
6
6
  "type": "module",