@blueking/ai-blueking 0.3.27 → 0.3.29

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.
@@ -8,6 +8,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
8
8
  startPosition?: IStartPosition | undefined;
9
9
  models?: IModel[] | undefined;
10
10
  model?: string | undefined;
11
+ loading?: boolean | undefined;
11
12
  }>, {
12
13
  headBackground: string;
13
14
  positionLimit: () => {
@@ -40,6 +41,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
40
41
  startPosition?: IStartPosition | undefined;
41
42
  models?: IModel[] | undefined;
42
43
  model?: string | undefined;
44
+ loading?: boolean | undefined;
43
45
  }>, {
44
46
  headBackground: string;
45
47
  positionLimit: () => {
@@ -30,6 +30,7 @@ export declare const langData: {
30
30
  readonly explanationShortcut: "You are a professional explainer. Please provide a detailed explanation of \"{{ SELECTED_TEXT }}\". Your explanation should include: 1) basic meaning and conceptual explanation; 2) practical applications or use cases; 3) if it's a technical term, please provide relevant technical background; 4) where appropriate, provide specific examples to aid understanding. Use clear and accessible language to ensure non-experts can understand. If the word/phrase has multiple meanings, please list the main definitions. Keep your response concise and clear while ensuring completeness and accuracy of information.";
31
31
  readonly 翻译: "translate";
32
32
  readonly 解释: "explan";
33
+ readonly 'AI\u5C0F\u9CB8\u6B63\u5728\u56DE\u590D\uFF0C\u8BF7\u7ED3\u675F\u540E\u518D\u6E05\u7A7A': "AI BK GPT is executing, please clear after completion";
33
34
  };
34
35
  export declare const zhLangData: {
35
36
  translateShortcut: string;
@@ -5,6 +5,7 @@ export declare enum AgentMessageType {
5
5
  export declare enum RoleType {
6
6
  Assistant = "assistant",
7
7
  Cite = "cite",
8
+ Ignore = "ignore",
8
9
  System = "system",
9
10
  User = "user"
10
11
  }