@ibiz-template-plugin/ai-chat 0.0.71 → 0.0.73
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.es.js +5463 -5125
- package/dist/index.legacy.js +1 -1
- package/dist/style.css +1 -1
- package/dist/types/components/chat-think/streaming-text/streaming-text.d.ts +14 -0
- package/dist/types/components/chat-tool-call/chat-tool-call.d.ts +5 -0
- package/dist/types/components/chat-tool-call-item/chat-tool-call-item.d.ts +6 -0
- package/dist/types/components/chat-tool-call-item/chunk-tool-call/chunk-tool-call.d.ts +1 -0
- package/dist/types/components/chat-tool-call-item/default-tool-call/default-tool-call.d.ts +1 -0
- package/dist/types/components/chat-tool-call-item/image-tool-call/image-tool-call.d.ts +1 -0
- package/dist/types/controller/ai-chat/ai-chat.controller.d.ts +8 -0
- package/dist/types/entity/chat-message/chat-message.d.ts +2 -1
- package/dist/types/interface/i-chat-message/i-chat-message.d.ts +7 -0
- package/dist/types/interface/i-chat-options/i-chat-options.d.ts +13 -0
- package/dist/types/interface/i-chat-think/i-chat-think.d.ts +12 -0
- package/dist/types/locale/en/index.d.ts +98 -0
- package/dist/types/locale/index.d.ts +36 -0
- package/dist/types/locale/zh-CN/index.d.ts +98 -0
- package/package.json +1 -1
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
export declare const ZH_CN: {
|
|
2
|
+
disabled: string;
|
|
3
|
+
enable: string;
|
|
4
|
+
automatic: string;
|
|
5
|
+
customize: string;
|
|
6
|
+
default: string;
|
|
7
|
+
recallSettings: string;
|
|
8
|
+
chunkRerank: string;
|
|
9
|
+
chunkPageIndex: string;
|
|
10
|
+
maxChunks: string;
|
|
11
|
+
chunkThreshold: string;
|
|
12
|
+
aiAssistant: string;
|
|
13
|
+
minimize: string;
|
|
14
|
+
exitFullscreen: string;
|
|
15
|
+
fullscreen: string;
|
|
16
|
+
close: string;
|
|
17
|
+
loading: string;
|
|
18
|
+
agent: string;
|
|
19
|
+
knowledge: string;
|
|
20
|
+
knowledgeSearch: string;
|
|
21
|
+
uploadDocument: string;
|
|
22
|
+
documentation: string;
|
|
23
|
+
voiceInput: string;
|
|
24
|
+
voiceInputProgress: string;
|
|
25
|
+
stopGenerating: string;
|
|
26
|
+
sendMessage: string;
|
|
27
|
+
meterialResources: string;
|
|
28
|
+
preview: string;
|
|
29
|
+
uploadSuccess: string;
|
|
30
|
+
uploading: string;
|
|
31
|
+
uploadFailed: string;
|
|
32
|
+
unknownState: string;
|
|
33
|
+
download: string;
|
|
34
|
+
thinkThrough: string;
|
|
35
|
+
stopThinking: string;
|
|
36
|
+
thinking: string;
|
|
37
|
+
requestTimeout: string;
|
|
38
|
+
unsupportedMessageType: string;
|
|
39
|
+
me: string;
|
|
40
|
+
retry: string;
|
|
41
|
+
expand: string;
|
|
42
|
+
foldUp: string;
|
|
43
|
+
stepExpand: string;
|
|
44
|
+
stepFoldUp: string;
|
|
45
|
+
expandAll: string;
|
|
46
|
+
copy: string;
|
|
47
|
+
copied: string;
|
|
48
|
+
used: string;
|
|
49
|
+
second: string;
|
|
50
|
+
agentTool: string;
|
|
51
|
+
toolCallContraction: string;
|
|
52
|
+
toolCallExpansion: string;
|
|
53
|
+
summaryGeneration: string;
|
|
54
|
+
guidance: string;
|
|
55
|
+
vector: string;
|
|
56
|
+
abstract: string;
|
|
57
|
+
hitParagraph: string;
|
|
58
|
+
noData: string;
|
|
59
|
+
knowledgeRetrieval: string;
|
|
60
|
+
imageContent: string;
|
|
61
|
+
more: string;
|
|
62
|
+
resetConversation: string;
|
|
63
|
+
clearConversation: string;
|
|
64
|
+
refresh: string;
|
|
65
|
+
delete: string;
|
|
66
|
+
backfill: string;
|
|
67
|
+
pinTop: string;
|
|
68
|
+
unpin: string;
|
|
69
|
+
rename: string;
|
|
70
|
+
deleteTopic: string;
|
|
71
|
+
jumpMainView: string;
|
|
72
|
+
openSidebar: string;
|
|
73
|
+
enterSession: string;
|
|
74
|
+
exitSession: string;
|
|
75
|
+
collapseSidebar: string;
|
|
76
|
+
newConversation: string;
|
|
77
|
+
newCreateConversation: string;
|
|
78
|
+
searchTopics: string;
|
|
79
|
+
noTopic: string;
|
|
80
|
+
clearSession: string;
|
|
81
|
+
temporarySession: string;
|
|
82
|
+
like: string;
|
|
83
|
+
downvote: string;
|
|
84
|
+
search: string;
|
|
85
|
+
searchFailed: string;
|
|
86
|
+
errorOccurred: string;
|
|
87
|
+
protocol: string;
|
|
88
|
+
downloadCannotEmpty: string;
|
|
89
|
+
downloadExContext: string;
|
|
90
|
+
userInterrupt: string;
|
|
91
|
+
actionIdCannotEmpty: string;
|
|
92
|
+
actionExContext: string;
|
|
93
|
+
notSupportingType: string;
|
|
94
|
+
chunkView: string;
|
|
95
|
+
chunkEntity: string;
|
|
96
|
+
extensionToolbarClick: string;
|
|
97
|
+
temporarySessionFailed: string;
|
|
98
|
+
};
|