gimc-ai-agent 1.0.21 → 1.0.23

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.
@@ -29,15 +29,15 @@ type __VLS_Props = {
29
29
  /** 外部系统传入的 token */
30
30
  token?: string;
31
31
  };
32
- declare var __VLS_1: {}, __VLS_9: {}, __VLS_43: {}, __VLS_144: {};
32
+ declare var __VLS_1: {}, __VLS_15: {}, __VLS_49: {}, __VLS_150: {};
33
33
  type __VLS_Slots = {} & {
34
34
  'float-button'?: (props: typeof __VLS_1) => any;
35
35
  } & {
36
- header?: (props: typeof __VLS_9) => any;
36
+ header?: (props: typeof __VLS_15) => any;
37
37
  } & {
38
- welcome?: (props: typeof __VLS_43) => any;
38
+ welcome?: (props: typeof __VLS_49) => any;
39
39
  } & {
40
- 'quick-actions'?: (props: typeof __VLS_144) => any;
40
+ 'quick-actions'?: (props: typeof __VLS_150) => any;
41
41
  };
42
42
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
43
43
  open: () => void;