@glodon-aiot/apis 3.22.2-alpha.2 → 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.
@@ -224,6 +224,7 @@ export interface IHistory {
224
224
  thinkingSecs?: number;
225
225
  thinkingStatus?: 'start' | 'end';
226
226
  searchingStatus?: 'start' | 'end';
227
+ fromHistory?: boolean;
227
228
  }
228
229
  export declare enum IThinkingStatus {
229
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glodon-aiot/apis",
3
- "version": "3.22.2-alpha.2",
3
+ "version": "3.22.2-alpha.3",
4
4
  "author": "glodoncv",
5
5
  "description": "aiot apis",
6
6
  "type": "module",