@glodon-aiot/agent-cli-sdk 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.
@@ -153,6 +153,7 @@ export default abstract class Session {
153
153
  thinkingStatus?: "end" | "start";
154
154
  reasoningContent?: string;
155
155
  searchingStatus?: "start" | "end";
156
+ fromHistory?: boolean;
156
157
  }[]>;
157
158
  rename(name: string): Promise<boolean>;
158
159
  protected pushMessage(message: IChatMessage): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glodon-aiot/agent-cli-sdk",
3
- "version": "3.22.2-alpha.2",
3
+ "version": "3.22.2-alpha.3",
4
4
  "author": "glodoncv",
5
5
  "description": "aiot agent client js sdk",
6
6
  "type": "module",
@@ -79,7 +79,7 @@
79
79
  "registry": "https://registry.npmjs.org/"
80
80
  },
81
81
  "dependencies": {
82
- "@glodon-aiot/apis": "^3.22.2-alpha.2",
82
+ "@glodon-aiot/apis": "^3.22.2-alpha.3",
83
83
  "axios": "0.24.0",
84
84
  "buffer": "^6.0.3",
85
85
  "dayjs": "^1.11.13",