@deepdesk/deepdesk-sdk 10.9.3-beta.6 → 10.9.3-beta.8
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/dist/index.cjs.js +4 -4
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +5 -5
- package/dist/index.iife.js +8 -8
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1025,8 +1025,6 @@ declare namespace Server {
|
|
|
1025
1025
|
summarizer_prompt_instruction: string;
|
|
1026
1026
|
summarizer_model: string;
|
|
1027
1027
|
knowledge_assistant: string;
|
|
1028
|
-
knowledge_assist_for_agents: boolean;
|
|
1029
|
-
knowledge_assist_prompt_instruction: string;
|
|
1030
1028
|
ui_config: {
|
|
1031
1029
|
widget: {
|
|
1032
1030
|
types: Array<{
|
|
@@ -1039,8 +1037,10 @@ declare namespace Server {
|
|
|
1039
1037
|
};
|
|
1040
1038
|
search: {
|
|
1041
1039
|
initial_types: Array<{
|
|
1040
|
+
is_active: boolean;
|
|
1042
1041
|
type: string;
|
|
1043
1042
|
title: string;
|
|
1043
|
+
amount: number;
|
|
1044
1044
|
}>;
|
|
1045
1045
|
};
|
|
1046
1046
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1025,8 +1025,6 @@ declare namespace Server {
|
|
|
1025
1025
|
summarizer_prompt_instruction: string;
|
|
1026
1026
|
summarizer_model: string;
|
|
1027
1027
|
knowledge_assistant: string;
|
|
1028
|
-
knowledge_assist_for_agents: boolean;
|
|
1029
|
-
knowledge_assist_prompt_instruction: string;
|
|
1030
1028
|
ui_config: {
|
|
1031
1029
|
widget: {
|
|
1032
1030
|
types: Array<{
|
|
@@ -1039,8 +1037,10 @@ declare namespace Server {
|
|
|
1039
1037
|
};
|
|
1040
1038
|
search: {
|
|
1041
1039
|
initial_types: Array<{
|
|
1040
|
+
is_active: boolean;
|
|
1042
1041
|
type: string;
|
|
1043
1042
|
title: string;
|
|
1043
|
+
amount: number;
|
|
1044
1044
|
}>;
|
|
1045
1045
|
};
|
|
1046
1046
|
};
|