@next-bricks/ai-portal 0.63.3 → 0.63.5

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.
@@ -3,170 +3,6 @@
3
3
  "package": "@next-bricks/ai-portal",
4
4
  "name": "ai-portal",
5
5
  "bricks": [
6
- {
7
- "name": "ai-portal.cruise-canvas",
8
- "properties": [
9
- {
10
- "name": "conversationId",
11
- "type": "string"
12
- },
13
- {
14
- "name": "initialRequest",
15
- "description": "初始请求数据。仅初始设置有效。",
16
- "attribute": false,
17
- "type": "RequestStore | null"
18
- },
19
- {
20
- "name": "replay",
21
- "description": "是否启用回放。仅初始设置有效。",
22
- "type": "boolean"
23
- },
24
- {
25
- "name": "replayDelay",
26
- "description": "设置回放时消息之间的时间间隔,单位为秒。仅初始设置有效。",
27
- "default": "2",
28
- "type": "number"
29
- },
30
- {
31
- "name": "supports",
32
- "attribute": false,
33
- "type": "Record<string, boolean>"
34
- },
35
- {
36
- "name": "showHiddenJobs",
37
- "type": "boolean"
38
- },
39
- {
40
- "name": "showHumanActions",
41
- "type": "boolean"
42
- },
43
- {
44
- "name": "showFeedback",
45
- "type": "boolean"
46
- },
47
- {
48
- "name": "showFeedbackAfterFailed",
49
- "type": "boolean"
50
- },
51
- {
52
- "name": "showFeedbackOnView",
53
- "type": "boolean"
54
- },
55
- {
56
- "name": "showUiSwitch",
57
- "type": "boolean"
58
- },
59
- {
60
- "name": "hideMermaid",
61
- "type": "boolean"
62
- },
63
- {
64
- "name": "showJsxEditor",
65
- "type": "boolean"
66
- },
67
- {
68
- "name": "previewUrlTemplate",
69
- "type": "string"
70
- },
71
- {
72
- "name": "showCases",
73
- "attribute": false,
74
- "type": "ShowCaseType[]"
75
- },
76
- {
77
- "name": "exampleProjects",
78
- "attribute": false,
79
- "type": "ExampleProject[]"
80
- },
81
- {
82
- "name": "tryItOutUrl",
83
- "type": "string"
84
- },
85
- {
86
- "name": "separateInstructions",
87
- "type": "boolean"
88
- },
89
- {
90
- "name": "aiEmployees",
91
- "attribute": false,
92
- "type": "AIEmployee[]"
93
- },
94
- {
95
- "name": "commands",
96
- "attribute": false,
97
- "type": "Command[]"
98
- },
99
- {
100
- "name": "uploadOptions",
101
- "attribute": false,
102
- "type": "UploadOptions"
103
- }
104
- ],
105
- "events": [
106
- {
107
- "name": "share",
108
- "detail": {
109
- "type": "void"
110
- }
111
- },
112
- {
113
- "name": "terminate",
114
- "detail": {
115
- "type": "void"
116
- }
117
- },
118
- {
119
- "name": "feedback.submit",
120
- "detail": {
121
- "type": "FeedbackDetail"
122
- }
123
- },
124
- {
125
- "name": "feedback.on.view",
126
- "detail": {
127
- "type": "string"
128
- }
129
- },
130
- {
131
- "name": "ui.switch",
132
- "detail": {
133
- "type": "\"chat\""
134
- }
135
- },
136
- {
137
- "name": "detail.change",
138
- "detail": {
139
- "type": "ConversationDetail"
140
- }
141
- }
142
- ],
143
- "slots": [],
144
- "methods": [
145
- {
146
- "name": "resumed",
147
- "params": []
148
- },
149
- {
150
- "name": "feedbackSubmitDone",
151
- "params": []
152
- },
153
- {
154
- "name": "feedbackSubmitFailed",
155
- "params": []
156
- },
157
- {
158
- "name": "feedbackOnViewDone",
159
- "params": [
160
- {
161
- "name": "viewId",
162
- "type": "string"
163
- }
164
- ]
165
- }
166
- ],
167
- "parts": [],
168
- "description": "构件 `ai-portal.cruise-canvas`"
169
- },
170
6
  {
171
7
  "name": "ai-portal.chat-box",
172
8
  "properties": [
@@ -237,20 +73,6 @@
237
73
  "parts": [],
238
74
  "description": "大型聊天输入框,用于首页"
239
75
  },
240
- {
241
- "name": "ai-portal.home-container",
242
- "properties": [
243
- {
244
- "name": "sticky",
245
- "type": "boolean"
246
- }
247
- ],
248
- "events": [],
249
- "slots": [],
250
- "methods": [],
251
- "parts": [],
252
- "description": "构件 `ai-portal.home-container`"
253
- },
254
76
  {
255
77
  "name": "ai-portal.stat-with-mini-chart",
256
78
  "properties": [
@@ -312,6 +134,46 @@
312
134
  "parts": [],
313
135
  "description": "构件 `ai-portal.stat-with-mini-chart`"
314
136
  },
137
+ {
138
+ "name": "ai-portal.icon-button",
139
+ "properties": [
140
+ {
141
+ "name": "icon",
142
+ "attribute": false,
143
+ "type": "(GeneralIconProps & HTMLAttributes<GeneralIcon>)"
144
+ },
145
+ {
146
+ "name": "tooltip",
147
+ "type": "string"
148
+ },
149
+ {
150
+ "name": "tooltipHoist",
151
+ "type": "boolean"
152
+ },
153
+ {
154
+ "name": "active",
155
+ "type": "boolean"
156
+ },
157
+ {
158
+ "name": "disabled",
159
+ "type": "boolean"
160
+ },
161
+ {
162
+ "name": "variant",
163
+ "type": "IconButtonVariant"
164
+ },
165
+ {
166
+ "name": "reduceIconSize",
167
+ "description": "是否缩小图标尺寸(部分 easyops 图标过大)",
168
+ "type": "boolean"
169
+ }
170
+ ],
171
+ "events": [],
172
+ "slots": [],
173
+ "methods": [],
174
+ "parts": [],
175
+ "description": "构件 `ai-portal.icon-button`"
176
+ },
315
177
  {
316
178
  "name": "ai-portal.elevo-sidebar",
317
179
  "properties": [
@@ -484,44 +346,23 @@
484
346
  "description": "构件 `ai-portal.elevo-sidebar`"
485
347
  },
486
348
  {
487
- "name": "ai-portal.icon-button",
349
+ "name": "ai-portal.mcp-tools",
488
350
  "properties": [
489
351
  {
490
- "name": "icon",
352
+ "name": "list",
491
353
  "attribute": false,
492
- "type": "(GeneralIconProps & HTMLAttributes<GeneralIcon>)"
493
- },
494
- {
495
- "name": "tooltip",
496
- "type": "string"
497
- },
498
- {
499
- "name": "tooltipHoist",
500
- "type": "boolean"
501
- },
502
- {
503
- "name": "active",
504
- "type": "boolean"
505
- },
506
- {
507
- "name": "disabled",
508
- "type": "boolean"
509
- },
510
- {
511
- "name": "variant",
512
- "type": "IconButtonVariant"
354
+ "type": "McpTool[]"
513
355
  },
514
356
  {
515
- "name": "reduceIconSize",
516
- "description": "是否缩小图标尺寸(部分 easyops 图标过大)",
517
- "type": "boolean"
357
+ "name": "stickyTop",
358
+ "type": "number"
518
359
  }
519
360
  ],
520
361
  "events": [],
521
362
  "slots": [],
522
363
  "methods": [],
523
364
  "parts": [],
524
- "description": "构件 `ai-portal.icon-button`"
365
+ "description": "构件 `ai-portal.mcp-tools`"
525
366
  },
526
367
  {
527
368
  "name": "ai-portal.show-cases",
@@ -543,12 +384,21 @@
543
384
  "description": "构件 `ai-portal.show-cases`"
544
385
  },
545
386
  {
546
- "name": "ai-portal.mcp-tools",
387
+ "name": "ai-portal.ai-employees",
547
388
  "properties": [
548
389
  {
549
390
  "name": "list",
550
391
  "attribute": false,
551
- "type": "McpTool[]"
392
+ "type": "Employee[]"
393
+ },
394
+ {
395
+ "name": "industries",
396
+ "attribute": false,
397
+ "type": "string[]"
398
+ },
399
+ {
400
+ "name": "urlTemplate",
401
+ "type": "string"
552
402
  },
553
403
  {
554
404
  "name": "stickyTop",
@@ -559,7 +409,7 @@
559
409
  "slots": [],
560
410
  "methods": [],
561
411
  "parts": [],
562
- "description": "构件 `ai-portal.mcp-tools`"
412
+ "description": "构件 `ai-portal.ai-employees`"
563
413
  },
564
414
  {
565
415
  "name": "ai-portal.chat-stream",
@@ -720,240 +570,390 @@
720
570
  "description": "构件 `ai-portal.chat-stream`"
721
571
  },
722
572
  {
723
- "name": "ai-portal.ai-employees",
573
+ "name": "ai-portal.ai-agents",
724
574
  "properties": [
725
575
  {
726
576
  "name": "list",
727
577
  "attribute": false,
728
- "type": "Employee[]"
729
- },
730
- {
731
- "name": "industries",
732
- "attribute": false,
733
- "type": "string[]"
578
+ "type": "Agent[]"
734
579
  },
735
580
  {
736
581
  "name": "urlTemplate",
737
582
  "type": "string"
738
583
  },
739
584
  {
740
- "name": "stickyTop",
741
- "type": "number"
585
+ "name": "withContainer",
586
+ "description": "",
587
+ "deprecated": true,
588
+ "default": "true"
742
589
  }
743
590
  ],
744
591
  "events": [],
745
592
  "slots": [],
746
593
  "methods": [],
747
594
  "parts": [],
748
- "description": "构件 `ai-portal.ai-employees`"
595
+ "description": "构件 `ai-portal.ai-agents`"
749
596
  },
750
597
  {
751
- "name": "ai-portal.ai-agents",
598
+ "name": "ai-portal.page-container",
752
599
  "properties": [
753
600
  {
754
- "name": "list",
601
+ "name": "pageTitle",
602
+ "type": "string"
603
+ },
604
+ {
605
+ "name": "breadcrumbs",
755
606
  "attribute": false,
756
- "type": "Agent[]"
607
+ "type": "Breadcrumb[]"
757
608
  },
758
609
  {
759
- "name": "urlTemplate",
610
+ "name": "size",
611
+ "type": "\"medium\" | \"small\" | \"full\""
612
+ },
613
+ {
614
+ "name": "variant",
615
+ "type": "\"default\" | \"form\""
616
+ },
617
+ {
618
+ "name": "sticky",
619
+ "type": "boolean"
620
+ },
621
+ {
622
+ "name": "textContent",
623
+ "type": "string",
624
+ "description": "文本内容"
625
+ }
626
+ ],
627
+ "events": [],
628
+ "slots": [
629
+ {
630
+ "name": null,
631
+ "description": "内容"
632
+ },
633
+ {
634
+ "name": "toolbar",
635
+ "description": "工具栏"
636
+ }
637
+ ],
638
+ "methods": [],
639
+ "parts": [],
640
+ "description": "构件 `ai-portal.page-container`"
641
+ },
642
+ {
643
+ "name": "ai-portal.dropdown-select",
644
+ "properties": [
645
+ {
646
+ "name": "value",
760
647
  "type": "string"
761
648
  },
762
649
  {
763
- "name": "withContainer",
650
+ "name": "options",
651
+ "attribute": false,
652
+ "type": "DropdownOptions[]"
653
+ },
654
+ {
655
+ "name": "labelMaxWidth",
656
+ "attribute": false,
657
+ "type": "string | number"
658
+ },
659
+ {
660
+ "name": "loading",
661
+ "type": "boolean"
662
+ },
663
+ {
664
+ "name": "searchPlaceholder",
665
+ "attribute": false,
666
+ "type": "string"
667
+ },
668
+ {
669
+ "name": "dropdownContentStyle",
670
+ "attribute": false,
671
+ "type": "React.CSSProperties"
672
+ },
673
+ {
674
+ "name": "dropdownMaxWidth",
764
675
  "description": "",
765
- "deprecated": true,
766
- "default": "true"
676
+ "default": "\"500px\"",
677
+ "attribute": false,
678
+ "type": "string | number"
679
+ },
680
+ {
681
+ "name": "showSearch",
682
+ "description": "是否展示搜索框",
683
+ "type": "boolean"
684
+ }
685
+ ],
686
+ "events": [
687
+ {
688
+ "name": "change",
689
+ "detail": {
690
+ "type": "DropdownOptions"
691
+ }
692
+ }
693
+ ],
694
+ "slots": [],
695
+ "methods": [],
696
+ "parts": [],
697
+ "description": "构件 `ai-portal.dropdown-select`"
698
+ },
699
+ {
700
+ "name": "ai-portal.tab-list",
701
+ "properties": [
702
+ {
703
+ "name": "tabs",
704
+ "attribute": false,
705
+ "type": "Tab[]"
706
+ },
707
+ {
708
+ "name": "activeTab",
709
+ "attribute": false,
710
+ "type": "string"
711
+ }
712
+ ],
713
+ "events": [
714
+ {
715
+ "name": "tab.click",
716
+ "detail": {
717
+ "type": "Tab"
718
+ }
719
+ }
720
+ ],
721
+ "slots": [],
722
+ "methods": [],
723
+ "parts": [
724
+ {
725
+ "name": "tabs",
726
+ "description": "The tab list container"
727
+ },
728
+ {
729
+ "name": "tab",
730
+ "description": "The individual tab"
731
+ }
732
+ ],
733
+ "description": "构件 `ai-portal.tab-list`"
734
+ },
735
+ {
736
+ "name": "ai-portal.action-buttons",
737
+ "properties": [
738
+ {
739
+ "name": "items",
740
+ "attribute": false,
741
+ "type": "ActionItem[]"
742
+ },
743
+ {
744
+ "name": "activeKey",
745
+ "type": "string | null"
746
+ }
747
+ ],
748
+ "events": [
749
+ {
750
+ "name": "change",
751
+ "detail": {
752
+ "type": "ActionItem | null"
753
+ }
754
+ }
755
+ ],
756
+ "slots": [],
757
+ "methods": [],
758
+ "parts": [],
759
+ "description": "构件 `ai-portal.action-buttons`"
760
+ },
761
+ {
762
+ "name": "ai-portal.preview-container",
763
+ "properties": [
764
+ {
765
+ "name": "source",
766
+ "attribute": false,
767
+ "type": "string"
768
+ },
769
+ {
770
+ "name": "url",
771
+ "type": "string"
767
772
  }
768
773
  ],
769
774
  "events": [],
770
775
  "slots": [],
771
776
  "methods": [],
772
777
  "parts": [],
773
- "description": "构件 `ai-portal.ai-agents`"
778
+ "description": "构件 `ai-portal.preview-container`"
774
779
  },
775
780
  {
776
- "name": "ai-portal.page-container",
781
+ "name": "ai-portal.home-container",
777
782
  "properties": [
778
783
  {
779
- "name": "pageTitle",
784
+ "name": "sticky",
785
+ "type": "boolean"
786
+ }
787
+ ],
788
+ "events": [],
789
+ "slots": [],
790
+ "methods": [],
791
+ "parts": [],
792
+ "description": "构件 `ai-portal.home-container`"
793
+ },
794
+ {
795
+ "name": "ai-portal.cruise-canvas",
796
+ "properties": [
797
+ {
798
+ "name": "conversationId",
780
799
  "type": "string"
781
800
  },
782
801
  {
783
- "name": "breadcrumbs",
802
+ "name": "initialRequest",
803
+ "description": "初始请求数据。仅初始设置有效。",
784
804
  "attribute": false,
785
- "type": "Breadcrumb[]"
805
+ "type": "RequestStore | null"
806
+ },
807
+ {
808
+ "name": "replay",
809
+ "description": "是否启用回放。仅初始设置有效。",
810
+ "type": "boolean"
811
+ },
812
+ {
813
+ "name": "replayDelay",
814
+ "description": "设置回放时消息之间的时间间隔,单位为秒。仅初始设置有效。",
815
+ "default": "2",
816
+ "type": "number"
817
+ },
818
+ {
819
+ "name": "supports",
820
+ "attribute": false,
821
+ "type": "Record<string, boolean>"
786
822
  },
787
823
  {
788
- "name": "size",
789
- "type": "\"medium\" | \"small\" | \"full\""
824
+ "name": "showHiddenJobs",
825
+ "type": "boolean"
790
826
  },
791
827
  {
792
- "name": "variant",
793
- "type": "\"default\" | \"form\""
828
+ "name": "showHumanActions",
829
+ "type": "boolean"
794
830
  },
795
831
  {
796
- "name": "sticky",
832
+ "name": "showFeedback",
797
833
  "type": "boolean"
798
834
  },
799
835
  {
800
- "name": "textContent",
801
- "type": "string",
802
- "description": "文本内容"
803
- }
804
- ],
805
- "events": [],
806
- "slots": [
807
- {
808
- "name": null,
809
- "description": "内容"
836
+ "name": "showFeedbackAfterFailed",
837
+ "type": "boolean"
810
838
  },
811
839
  {
812
- "name": "toolbar",
813
- "description": "工具栏"
814
- }
815
- ],
816
- "methods": [],
817
- "parts": [],
818
- "description": "构件 `ai-portal.page-container`"
819
- },
820
- {
821
- "name": "ai-portal.tab-list",
822
- "properties": [
823
- {
824
- "name": "tabs",
825
- "attribute": false,
826
- "type": "Tab[]"
840
+ "name": "showFeedbackOnView",
841
+ "type": "boolean"
827
842
  },
828
843
  {
829
- "name": "activeTab",
830
- "attribute": false,
831
- "type": "string"
832
- }
833
- ],
834
- "events": [
835
- {
836
- "name": "tab.click",
837
- "detail": {
838
- "type": "Tab"
839
- }
840
- }
841
- ],
842
- "slots": [],
843
- "methods": [],
844
- "parts": [
844
+ "name": "showUiSwitch",
845
+ "type": "boolean"
846
+ },
845
847
  {
846
- "name": "tabs",
847
- "description": "The tab list container"
848
+ "name": "hideMermaid",
849
+ "type": "boolean"
848
850
  },
849
851
  {
850
- "name": "tab",
851
- "description": "The individual tab"
852
- }
853
- ],
854
- "description": "构件 `ai-portal.tab-list`"
855
- },
856
- {
857
- "name": "ai-portal.dropdown-select",
858
- "properties": [
852
+ "name": "showJsxEditor",
853
+ "type": "boolean"
854
+ },
859
855
  {
860
- "name": "value",
856
+ "name": "previewUrlTemplate",
861
857
  "type": "string"
862
858
  },
863
859
  {
864
- "name": "options",
860
+ "name": "showCases",
865
861
  "attribute": false,
866
- "type": "DropdownOptions[]"
862
+ "type": "ShowCaseType[]"
867
863
  },
868
864
  {
869
- "name": "labelMaxWidth",
865
+ "name": "exampleProjects",
870
866
  "attribute": false,
871
- "type": "string | number"
867
+ "type": "ExampleProject[]"
872
868
  },
873
869
  {
874
- "name": "loading",
875
- "type": "boolean"
870
+ "name": "tryItOutUrl",
871
+ "type": "string"
876
872
  },
877
873
  {
878
- "name": "searchPlaceholder",
879
- "attribute": false,
880
- "type": "string"
874
+ "name": "separateInstructions",
875
+ "type": "boolean"
881
876
  },
882
877
  {
883
- "name": "dropdownContentStyle",
878
+ "name": "aiEmployees",
884
879
  "attribute": false,
885
- "type": "React.CSSProperties"
880
+ "type": "AIEmployee[]"
886
881
  },
887
882
  {
888
- "name": "dropdownMaxWidth",
889
- "description": "",
890
- "default": "\"500px\"",
883
+ "name": "commands",
891
884
  "attribute": false,
892
- "type": "string | number"
885
+ "type": "Command[]"
893
886
  },
894
887
  {
895
- "name": "showSearch",
896
- "description": "是否展示搜索框",
897
- "type": "boolean"
888
+ "name": "uploadOptions",
889
+ "attribute": false,
890
+ "type": "UploadOptions"
898
891
  }
899
892
  ],
900
893
  "events": [
901
894
  {
902
- "name": "change",
895
+ "name": "share",
903
896
  "detail": {
904
- "type": "DropdownOptions"
897
+ "type": "void"
905
898
  }
906
- }
907
- ],
908
- "slots": [],
909
- "methods": [],
910
- "parts": [],
911
- "description": "构件 `ai-portal.dropdown-select`"
912
- },
913
- {
914
- "name": "ai-portal.preview-container",
915
- "properties": [
899
+ },
916
900
  {
917
- "name": "source",
918
- "attribute": false,
919
- "type": "string"
901
+ "name": "terminate",
902
+ "detail": {
903
+ "type": "void"
904
+ }
920
905
  },
921
906
  {
922
- "name": "url",
923
- "type": "string"
924
- }
925
- ],
926
- "events": [],
927
- "slots": [],
928
- "methods": [],
929
- "parts": [],
930
- "description": "构件 `ai-portal.preview-container`"
931
- },
932
- {
933
- "name": "ai-portal.action-buttons",
934
- "properties": [
907
+ "name": "feedback.submit",
908
+ "detail": {
909
+ "type": "FeedbackDetail"
910
+ }
911
+ },
935
912
  {
936
- "name": "items",
937
- "attribute": false,
938
- "type": "ActionItem[]"
913
+ "name": "feedback.on.view",
914
+ "detail": {
915
+ "type": "string"
916
+ }
939
917
  },
940
918
  {
941
- "name": "activeKey",
942
- "type": "string | null"
943
- }
944
- ],
945
- "events": [
919
+ "name": "ui.switch",
920
+ "detail": {
921
+ "type": "\"chat\""
922
+ }
923
+ },
946
924
  {
947
- "name": "change",
925
+ "name": "detail.change",
948
926
  "detail": {
949
- "type": "ActionItem | null"
927
+ "type": "ConversationDetail"
950
928
  }
951
929
  }
952
930
  ],
953
931
  "slots": [],
954
- "methods": [],
932
+ "methods": [
933
+ {
934
+ "name": "resumed",
935
+ "params": []
936
+ },
937
+ {
938
+ "name": "feedbackSubmitDone",
939
+ "params": []
940
+ },
941
+ {
942
+ "name": "feedbackSubmitFailed",
943
+ "params": []
944
+ },
945
+ {
946
+ "name": "feedbackOnViewDone",
947
+ "params": [
948
+ {
949
+ "name": "viewId",
950
+ "type": "string"
951
+ }
952
+ ]
953
+ }
954
+ ],
955
955
  "parts": [],
956
- "description": "构件 `ai-portal.action-buttons`"
956
+ "description": "构件 `ai-portal.cruise-canvas`"
957
957
  },
958
958
  {
959
959
  "name": "ai-portal.goal-card-list",
@@ -1302,6 +1302,33 @@
1302
1302
  "parts": [],
1303
1303
  "description": "构件 `ai-portal.elevo-card`"
1304
1304
  },
1305
+ {
1306
+ "name": "ai-portal.flow-tabs",
1307
+ "properties": [
1308
+ {
1309
+ "name": "tabs",
1310
+ "attribute": false,
1311
+ "type": "Tab[]"
1312
+ },
1313
+ {
1314
+ "name": "activeTab",
1315
+ "attribute": false,
1316
+ "type": "string"
1317
+ }
1318
+ ],
1319
+ "events": [
1320
+ {
1321
+ "name": "tab.click",
1322
+ "detail": {
1323
+ "type": "Tab"
1324
+ }
1325
+ }
1326
+ ],
1327
+ "slots": [],
1328
+ "methods": [],
1329
+ "parts": [],
1330
+ "description": "构件 `ai-portal.flow-tabs`"
1331
+ },
1305
1332
  {
1306
1333
  "name": "ai-portal.stage-flow",
1307
1334
  "properties": [
@@ -1415,33 +1442,6 @@
1415
1442
  "parts": [],
1416
1443
  "description": "构件 `ai-portal.running-flow`"
1417
1444
  },
1418
- {
1419
- "name": "ai-portal.flow-tabs",
1420
- "properties": [
1421
- {
1422
- "name": "tabs",
1423
- "attribute": false,
1424
- "type": "Tab[]"
1425
- },
1426
- {
1427
- "name": "activeTab",
1428
- "attribute": false,
1429
- "type": "string"
1430
- }
1431
- ],
1432
- "events": [
1433
- {
1434
- "name": "tab.click",
1435
- "detail": {
1436
- "type": "Tab"
1437
- }
1438
- }
1439
- ],
1440
- "slots": [],
1441
- "methods": [],
1442
- "parts": [],
1443
- "description": "构件 `ai-portal.flow-tabs`"
1444
- },
1445
1445
  {
1446
1446
  "name": "ai-portal.notice-dropdown",
1447
1447
  "properties": [
@@ -1679,9 +1679,6 @@
1679
1679
  }
1680
1680
  ],
1681
1681
  "providers": [
1682
- {
1683
- "name": "ai-portal.call-tool"
1684
- },
1685
1682
  {
1686
1683
  "name": "ai-portal.save-request-store"
1687
1684
  },
@@ -1693,6 +1690,9 @@
1693
1690
  },
1694
1691
  {
1695
1692
  "name": "ai-portal.set-chat-command"
1693
+ },
1694
+ {
1695
+ "name": "ai-portal.call-tool"
1696
1696
  }
1697
1697
  ]
1698
1698
  }