@glodon-aiot/apis 3.2.10-beta.11 → 3.2.10-beta.2
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.
|
@@ -246,10 +246,6 @@ export interface ISearchReference {
|
|
|
246
246
|
link: string;
|
|
247
247
|
title: string;
|
|
248
248
|
snippet: string;
|
|
249
|
-
siteIcon?: string;
|
|
250
|
-
siteName: string;
|
|
251
|
-
ts?: string;
|
|
252
|
-
datePublished?: string;
|
|
253
249
|
}
|
|
254
250
|
export interface KnowledgeFileMetadataParams {
|
|
255
251
|
name: string;
|
|
@@ -132,7 +132,7 @@ export interface SessionQueryParams {
|
|
|
132
132
|
export interface ISessionParam {
|
|
133
133
|
name?: string;
|
|
134
134
|
knowledges?: IKnowledge[];
|
|
135
|
-
|
|
135
|
+
knowledgeList?: string[];
|
|
136
136
|
finialMessage?: string;
|
|
137
137
|
applicationId?: string;
|
|
138
138
|
lastRelatedQuestion?: string[];
|