@next-bricks/ai-portal 0.58.10 → 0.58.11
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/bricks.json +29 -29
- package/dist/chunks/151.d08c1ef1.js +2 -0
- package/dist/chunks/151.d08c1ef1.js.map +1 -0
- package/dist/chunks/{2232.4c2a5ea6.js → 2232.57f7b38c.js} +2 -2
- package/dist/chunks/2232.57f7b38c.js.map +1 -0
- package/dist/chunks/chat-stream.b713afed.js +2 -0
- package/dist/chunks/chat-stream.b713afed.js.map +1 -0
- package/dist/chunks/{main.ec8527dd.js → main.99c703d7.js} +2 -2
- package/dist/chunks/{main.ec8527dd.js.map → main.99c703d7.js.map} +1 -1
- package/dist/examples.json +21 -21
- package/dist/{index.7ed0f10c.js → index.b5b0ddea.js} +2 -2
- package/dist/{index.7ed0f10c.js.map → index.b5b0ddea.js.map} +1 -1
- package/dist/manifest.json +199 -195
- package/dist/types.json +374 -367
- package/dist-types/chat-stream/ChatStream.d.ts +1 -1
- package/dist-types/chat-stream/index.d.ts +2 -0
- package/package.json +2 -2
- package/dist/chunks/151.098c765c.js +0 -2
- package/dist/chunks/151.098c765c.js.map +0 -1
- package/dist/chunks/2232.4c2a5ea6.js.map +0 -1
- package/dist/chunks/chat-stream.541a3565.js +0 -2
- package/dist/chunks/chat-stream.541a3565.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
+
"ai-portal.home-container": {
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
5
|
+
"name": "sticky",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "keyword",
|
|
8
|
+
"value": "boolean"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"events": [],
|
|
13
|
+
"methods": []
|
|
14
|
+
},
|
|
2
15
|
"ai-portal.icon-button": {
|
|
3
16
|
"properties": [
|
|
4
17
|
{
|
|
@@ -77,195 +90,101 @@
|
|
|
77
90
|
}
|
|
78
91
|
]
|
|
79
92
|
},
|
|
80
|
-
"ai-portal.
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
"name": "label",
|
|
84
|
-
"annotation": {
|
|
85
|
-
"type": "keyword",
|
|
86
|
-
"value": "string"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"name": "value",
|
|
91
|
-
"annotation": {
|
|
92
|
-
"type": "keyword",
|
|
93
|
-
"value": "string"
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"name": "size",
|
|
98
|
-
"annotation": {
|
|
99
|
-
"type": "union",
|
|
100
|
-
"types": [
|
|
101
|
-
{
|
|
102
|
-
"type": "jsLiteral",
|
|
103
|
-
"value": "medium"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"type": "jsLiteral",
|
|
107
|
-
"value": "small"
|
|
108
|
-
}
|
|
109
|
-
]
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"name": "lineColor",
|
|
114
|
-
"annotation": {
|
|
115
|
-
"type": "keyword",
|
|
116
|
-
"value": "string"
|
|
117
|
-
}
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"name": "showArea",
|
|
121
|
-
"annotation": {
|
|
122
|
-
"type": "keyword",
|
|
123
|
-
"value": "boolean"
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"name": "min",
|
|
128
|
-
"annotation": {
|
|
129
|
-
"type": "keyword",
|
|
130
|
-
"value": "number"
|
|
131
|
-
}
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"name": "max",
|
|
135
|
-
"annotation": {
|
|
136
|
-
"type": "keyword",
|
|
137
|
-
"value": "number"
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"name": "xField",
|
|
142
|
-
"annotation": {
|
|
143
|
-
"type": "keyword",
|
|
144
|
-
"value": "string"
|
|
145
|
-
}
|
|
146
|
-
},
|
|
93
|
+
"ai-portal.call-tool": {
|
|
94
|
+
"type": "provider",
|
|
95
|
+
"params": [
|
|
147
96
|
{
|
|
148
|
-
"name": "
|
|
97
|
+
"name": "tool",
|
|
149
98
|
"annotation": {
|
|
150
|
-
"type": "
|
|
151
|
-
"
|
|
99
|
+
"type": "reference",
|
|
100
|
+
"typeName": {
|
|
101
|
+
"type": "identifier",
|
|
102
|
+
"name": "ToolInfo"
|
|
103
|
+
}
|
|
152
104
|
}
|
|
153
105
|
},
|
|
154
106
|
{
|
|
155
|
-
"name": "
|
|
107
|
+
"name": "params",
|
|
156
108
|
"annotation": {
|
|
157
|
-
"type": "
|
|
158
|
-
"
|
|
159
|
-
"type": "
|
|
160
|
-
"
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
"
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
}
|
|
175
|
-
]
|
|
176
|
-
}
|
|
109
|
+
"type": "reference",
|
|
110
|
+
"typeName": {
|
|
111
|
+
"type": "identifier",
|
|
112
|
+
"name": "Record"
|
|
113
|
+
},
|
|
114
|
+
"typeParameters": {
|
|
115
|
+
"type": "typeParameterInstantiation",
|
|
116
|
+
"params": [
|
|
117
|
+
{
|
|
118
|
+
"type": "keyword",
|
|
119
|
+
"value": "string"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"type": "keyword",
|
|
123
|
+
"value": "unknown"
|
|
124
|
+
}
|
|
125
|
+
]
|
|
177
126
|
}
|
|
178
127
|
}
|
|
179
128
|
}
|
|
180
129
|
],
|
|
181
|
-
"
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
"
|
|
189
|
-
"type": "
|
|
190
|
-
"
|
|
191
|
-
}
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"name": "breadcrumbs",
|
|
195
|
-
"annotation": {
|
|
196
|
-
"type": "array",
|
|
197
|
-
"elementType": {
|
|
198
|
-
"type": "reference",
|
|
199
|
-
"typeName": {
|
|
200
|
-
"type": "identifier",
|
|
201
|
-
"name": "Breadcrumb"
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"name": "size",
|
|
208
|
-
"annotation": {
|
|
209
|
-
"type": "union",
|
|
210
|
-
"types": [
|
|
211
|
-
{
|
|
212
|
-
"type": "jsLiteral",
|
|
213
|
-
"value": "medium"
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
"type": "jsLiteral",
|
|
217
|
-
"value": "small"
|
|
218
|
-
},
|
|
130
|
+
"returns": {
|
|
131
|
+
"annotation": {
|
|
132
|
+
"type": "reference",
|
|
133
|
+
"typeName": {
|
|
134
|
+
"type": "identifier",
|
|
135
|
+
"name": "Promise"
|
|
136
|
+
},
|
|
137
|
+
"typeParameters": {
|
|
138
|
+
"type": "typeParameterInstantiation",
|
|
139
|
+
"params": [
|
|
219
140
|
{
|
|
220
|
-
"type": "
|
|
221
|
-
"value": "
|
|
141
|
+
"type": "keyword",
|
|
142
|
+
"value": "unknown"
|
|
222
143
|
}
|
|
223
144
|
]
|
|
224
145
|
}
|
|
225
|
-
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"ai-portal.set-chat-command": {
|
|
150
|
+
"type": "provider",
|
|
151
|
+
"params": [
|
|
226
152
|
{
|
|
227
|
-
"name": "
|
|
153
|
+
"name": "command",
|
|
228
154
|
"annotation": {
|
|
229
155
|
"type": "union",
|
|
230
156
|
"types": [
|
|
231
157
|
{
|
|
232
|
-
"type": "
|
|
233
|
-
"
|
|
158
|
+
"type": "reference",
|
|
159
|
+
"typeName": {
|
|
160
|
+
"type": "identifier",
|
|
161
|
+
"name": "ChatCommand"
|
|
162
|
+
}
|
|
234
163
|
},
|
|
235
164
|
{
|
|
236
|
-
"type": "
|
|
237
|
-
"value": "
|
|
165
|
+
"type": "keyword",
|
|
166
|
+
"value": "null"
|
|
238
167
|
}
|
|
239
168
|
]
|
|
240
169
|
}
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"name": "sticky",
|
|
244
|
-
"annotation": {
|
|
245
|
-
"type": "keyword",
|
|
246
|
-
"value": "boolean"
|
|
247
|
-
}
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"name": "textContent",
|
|
251
|
-
"annotation": {
|
|
252
|
-
"type": "keyword",
|
|
253
|
-
"value": "string"
|
|
254
|
-
}
|
|
255
170
|
}
|
|
256
171
|
],
|
|
257
|
-
"
|
|
258
|
-
|
|
172
|
+
"returns": {
|
|
173
|
+
"annotation": {
|
|
174
|
+
"type": "keyword",
|
|
175
|
+
"value": "void"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
259
178
|
"types": [
|
|
260
179
|
{
|
|
261
180
|
"type": "interface",
|
|
262
|
-
"name": "
|
|
181
|
+
"name": "ChatCommand",
|
|
263
182
|
"body": [
|
|
264
183
|
{
|
|
265
184
|
"type": "propertySignature",
|
|
266
185
|
"key": {
|
|
267
186
|
"type": "identifier",
|
|
268
|
-
"name": "
|
|
187
|
+
"name": "command"
|
|
269
188
|
},
|
|
270
189
|
"annotation": {
|
|
271
190
|
"type": "keyword",
|
|
@@ -277,11 +196,14 @@
|
|
|
277
196
|
"type": "propertySignature",
|
|
278
197
|
"key": {
|
|
279
198
|
"type": "identifier",
|
|
280
|
-
"name": "
|
|
199
|
+
"name": "payload"
|
|
281
200
|
},
|
|
282
201
|
"annotation": {
|
|
283
|
-
"type": "
|
|
284
|
-
"
|
|
202
|
+
"type": "reference",
|
|
203
|
+
"typeName": {
|
|
204
|
+
"type": "identifier",
|
|
205
|
+
"name": "CommandPayload"
|
|
206
|
+
}
|
|
285
207
|
},
|
|
286
208
|
"computed": false
|
|
287
209
|
}
|
|
@@ -790,101 +712,91 @@
|
|
|
790
712
|
}
|
|
791
713
|
}
|
|
792
714
|
},
|
|
793
|
-
"ai-portal.
|
|
794
|
-
"
|
|
795
|
-
"params": [
|
|
715
|
+
"ai-portal.page-container": {
|
|
716
|
+
"properties": [
|
|
796
717
|
{
|
|
797
|
-
"name": "
|
|
718
|
+
"name": "pageTitle",
|
|
798
719
|
"annotation": {
|
|
799
|
-
"type": "
|
|
800
|
-
"
|
|
801
|
-
"type": "identifier",
|
|
802
|
-
"name": "ToolInfo"
|
|
803
|
-
}
|
|
720
|
+
"type": "keyword",
|
|
721
|
+
"value": "string"
|
|
804
722
|
}
|
|
805
723
|
},
|
|
806
724
|
{
|
|
807
|
-
"name": "
|
|
725
|
+
"name": "breadcrumbs",
|
|
808
726
|
"annotation": {
|
|
809
|
-
"type": "
|
|
810
|
-
"
|
|
811
|
-
"type": "
|
|
812
|
-
"
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
"params": [
|
|
817
|
-
{
|
|
818
|
-
"type": "keyword",
|
|
819
|
-
"value": "string"
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
"type": "keyword",
|
|
823
|
-
"value": "unknown"
|
|
824
|
-
}
|
|
825
|
-
]
|
|
727
|
+
"type": "array",
|
|
728
|
+
"elementType": {
|
|
729
|
+
"type": "reference",
|
|
730
|
+
"typeName": {
|
|
731
|
+
"type": "identifier",
|
|
732
|
+
"name": "Breadcrumb"
|
|
733
|
+
}
|
|
826
734
|
}
|
|
827
735
|
}
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
"type": "identifier",
|
|
835
|
-
"name": "Promise"
|
|
836
|
-
},
|
|
837
|
-
"typeParameters": {
|
|
838
|
-
"type": "typeParameterInstantiation",
|
|
839
|
-
"params": [
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"name": "size",
|
|
739
|
+
"annotation": {
|
|
740
|
+
"type": "union",
|
|
741
|
+
"types": [
|
|
840
742
|
{
|
|
841
|
-
"type": "
|
|
842
|
-
"value": "
|
|
743
|
+
"type": "jsLiteral",
|
|
744
|
+
"value": "medium"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"type": "jsLiteral",
|
|
748
|
+
"value": "small"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"type": "jsLiteral",
|
|
752
|
+
"value": "full"
|
|
843
753
|
}
|
|
844
754
|
]
|
|
845
755
|
}
|
|
846
|
-
}
|
|
847
|
-
}
|
|
848
|
-
},
|
|
849
|
-
"ai-portal.set-chat-command": {
|
|
850
|
-
"type": "provider",
|
|
851
|
-
"params": [
|
|
756
|
+
},
|
|
852
757
|
{
|
|
853
|
-
"name": "
|
|
758
|
+
"name": "variant",
|
|
854
759
|
"annotation": {
|
|
855
760
|
"type": "union",
|
|
856
761
|
"types": [
|
|
857
762
|
{
|
|
858
|
-
"type": "
|
|
859
|
-
"
|
|
860
|
-
"type": "identifier",
|
|
861
|
-
"name": "ChatCommand"
|
|
862
|
-
}
|
|
763
|
+
"type": "jsLiteral",
|
|
764
|
+
"value": "default"
|
|
863
765
|
},
|
|
864
766
|
{
|
|
865
|
-
"type": "
|
|
866
|
-
"value": "
|
|
767
|
+
"type": "jsLiteral",
|
|
768
|
+
"value": "form"
|
|
867
769
|
}
|
|
868
770
|
]
|
|
869
771
|
}
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"name": "sticky",
|
|
775
|
+
"annotation": {
|
|
776
|
+
"type": "keyword",
|
|
777
|
+
"value": "boolean"
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"name": "textContent",
|
|
782
|
+
"annotation": {
|
|
783
|
+
"type": "keyword",
|
|
784
|
+
"value": "string"
|
|
785
|
+
}
|
|
870
786
|
}
|
|
871
787
|
],
|
|
872
|
-
"
|
|
873
|
-
|
|
874
|
-
"type": "keyword",
|
|
875
|
-
"value": "void"
|
|
876
|
-
}
|
|
877
|
-
},
|
|
788
|
+
"events": [],
|
|
789
|
+
"methods": [],
|
|
878
790
|
"types": [
|
|
879
791
|
{
|
|
880
792
|
"type": "interface",
|
|
881
|
-
"name": "
|
|
793
|
+
"name": "Breadcrumb",
|
|
882
794
|
"body": [
|
|
883
795
|
{
|
|
884
796
|
"type": "propertySignature",
|
|
885
797
|
"key": {
|
|
886
798
|
"type": "identifier",
|
|
887
|
-
"name": "
|
|
799
|
+
"name": "text"
|
|
888
800
|
},
|
|
889
801
|
"annotation": {
|
|
890
802
|
"type": "keyword",
|
|
@@ -896,14 +808,11 @@
|
|
|
896
808
|
"type": "propertySignature",
|
|
897
809
|
"key": {
|
|
898
810
|
"type": "identifier",
|
|
899
|
-
"name": "
|
|
811
|
+
"name": "url"
|
|
900
812
|
},
|
|
901
813
|
"annotation": {
|
|
902
|
-
"type": "
|
|
903
|
-
"
|
|
904
|
-
"type": "identifier",
|
|
905
|
-
"name": "CommandPayload"
|
|
906
|
-
}
|
|
814
|
+
"type": "keyword",
|
|
815
|
+
"value": "string"
|
|
907
816
|
},
|
|
908
817
|
"computed": false
|
|
909
818
|
}
|
|
@@ -911,6 +820,110 @@
|
|
|
911
820
|
}
|
|
912
821
|
]
|
|
913
822
|
},
|
|
823
|
+
"ai-portal.stat-with-mini-chart": {
|
|
824
|
+
"properties": [
|
|
825
|
+
{
|
|
826
|
+
"name": "label",
|
|
827
|
+
"annotation": {
|
|
828
|
+
"type": "keyword",
|
|
829
|
+
"value": "string"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"name": "value",
|
|
834
|
+
"annotation": {
|
|
835
|
+
"type": "keyword",
|
|
836
|
+
"value": "string"
|
|
837
|
+
}
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"name": "size",
|
|
841
|
+
"annotation": {
|
|
842
|
+
"type": "union",
|
|
843
|
+
"types": [
|
|
844
|
+
{
|
|
845
|
+
"type": "jsLiteral",
|
|
846
|
+
"value": "medium"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"type": "jsLiteral",
|
|
850
|
+
"value": "small"
|
|
851
|
+
}
|
|
852
|
+
]
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"name": "lineColor",
|
|
857
|
+
"annotation": {
|
|
858
|
+
"type": "keyword",
|
|
859
|
+
"value": "string"
|
|
860
|
+
}
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"name": "showArea",
|
|
864
|
+
"annotation": {
|
|
865
|
+
"type": "keyword",
|
|
866
|
+
"value": "boolean"
|
|
867
|
+
}
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"name": "min",
|
|
871
|
+
"annotation": {
|
|
872
|
+
"type": "keyword",
|
|
873
|
+
"value": "number"
|
|
874
|
+
}
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"name": "max",
|
|
878
|
+
"annotation": {
|
|
879
|
+
"type": "keyword",
|
|
880
|
+
"value": "number"
|
|
881
|
+
}
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"name": "xField",
|
|
885
|
+
"annotation": {
|
|
886
|
+
"type": "keyword",
|
|
887
|
+
"value": "string"
|
|
888
|
+
}
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"name": "yField",
|
|
892
|
+
"annotation": {
|
|
893
|
+
"type": "keyword",
|
|
894
|
+
"value": "string"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"name": "data",
|
|
899
|
+
"annotation": {
|
|
900
|
+
"type": "array",
|
|
901
|
+
"elementType": {
|
|
902
|
+
"type": "reference",
|
|
903
|
+
"typeName": {
|
|
904
|
+
"type": "identifier",
|
|
905
|
+
"name": "Record"
|
|
906
|
+
},
|
|
907
|
+
"typeParameters": {
|
|
908
|
+
"type": "typeParameterInstantiation",
|
|
909
|
+
"params": [
|
|
910
|
+
{
|
|
911
|
+
"type": "keyword",
|
|
912
|
+
"value": "string"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"type": "keyword",
|
|
916
|
+
"value": "number"
|
|
917
|
+
}
|
|
918
|
+
]
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
}
|
|
922
|
+
}
|
|
923
|
+
],
|
|
924
|
+
"events": [],
|
|
925
|
+
"methods": []
|
|
926
|
+
},
|
|
914
927
|
"ai-portal.tab-list": {
|
|
915
928
|
"properties": [
|
|
916
929
|
{
|
|
@@ -982,16 +995,8 @@
|
|
|
982
995
|
}
|
|
983
996
|
]
|
|
984
997
|
},
|
|
985
|
-
"ai-portal.
|
|
986
|
-
"properties": [
|
|
987
|
-
{
|
|
988
|
-
"name": "sticky",
|
|
989
|
-
"annotation": {
|
|
990
|
-
"type": "keyword",
|
|
991
|
-
"value": "boolean"
|
|
992
|
-
}
|
|
993
|
-
}
|
|
994
|
-
],
|
|
998
|
+
"ai-portal.elevo-logo": {
|
|
999
|
+
"properties": [],
|
|
995
1000
|
"events": [],
|
|
996
1001
|
"methods": []
|
|
997
1002
|
},
|
|
@@ -1045,11 +1050,6 @@
|
|
|
1045
1050
|
}
|
|
1046
1051
|
]
|
|
1047
1052
|
},
|
|
1048
|
-
"ai-portal.elevo-logo": {
|
|
1049
|
-
"properties": [],
|
|
1050
|
-
"events": [],
|
|
1051
|
-
"methods": []
|
|
1052
|
-
},
|
|
1053
1053
|
"ai-portal.sticky-container": {
|
|
1054
1054
|
"properties": [
|
|
1055
1055
|
{
|
|
@@ -1324,7 +1324,7 @@
|
|
|
1324
1324
|
}
|
|
1325
1325
|
]
|
|
1326
1326
|
},
|
|
1327
|
-
"ai-portal.
|
|
1327
|
+
"ai-portal.mcp-tools": {
|
|
1328
1328
|
"properties": [
|
|
1329
1329
|
{
|
|
1330
1330
|
"name": "list",
|
|
@@ -1334,13 +1334,13 @@
|
|
|
1334
1334
|
"type": "reference",
|
|
1335
1335
|
"typeName": {
|
|
1336
1336
|
"type": "identifier",
|
|
1337
|
-
"name": "
|
|
1337
|
+
"name": "McpTool"
|
|
1338
1338
|
}
|
|
1339
1339
|
}
|
|
1340
1340
|
}
|
|
1341
1341
|
},
|
|
1342
1342
|
{
|
|
1343
|
-
"name": "
|
|
1343
|
+
"name": "stickyTop",
|
|
1344
1344
|
"annotation": {
|
|
1345
1345
|
"type": "keyword",
|
|
1346
1346
|
"value": "number"
|
|
@@ -1352,13 +1352,13 @@
|
|
|
1352
1352
|
"types": [
|
|
1353
1353
|
{
|
|
1354
1354
|
"type": "interface",
|
|
1355
|
-
"name": "
|
|
1355
|
+
"name": "McpTool",
|
|
1356
1356
|
"body": [
|
|
1357
1357
|
{
|
|
1358
1358
|
"type": "propertySignature",
|
|
1359
1359
|
"key": {
|
|
1360
1360
|
"type": "identifier",
|
|
1361
|
-
"name": "
|
|
1361
|
+
"name": "name"
|
|
1362
1362
|
},
|
|
1363
1363
|
"annotation": {
|
|
1364
1364
|
"type": "keyword",
|
|
@@ -1382,7 +1382,7 @@
|
|
|
1382
1382
|
"type": "propertySignature",
|
|
1383
1383
|
"key": {
|
|
1384
1384
|
"type": "identifier",
|
|
1385
|
-
"name": "
|
|
1385
|
+
"name": "description"
|
|
1386
1386
|
},
|
|
1387
1387
|
"annotation": {
|
|
1388
1388
|
"type": "keyword",
|
|
@@ -1394,7 +1394,44 @@
|
|
|
1394
1394
|
"type": "propertySignature",
|
|
1395
1395
|
"key": {
|
|
1396
1396
|
"type": "identifier",
|
|
1397
|
-
"name": "
|
|
1397
|
+
"name": "icon"
|
|
1398
|
+
},
|
|
1399
|
+
"annotation": {
|
|
1400
|
+
"type": "reference",
|
|
1401
|
+
"typeName": {
|
|
1402
|
+
"type": "identifier",
|
|
1403
|
+
"name": "GeneralIconProps"
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
"optional": true,
|
|
1407
|
+
"computed": false
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"type": "propertySignature",
|
|
1411
|
+
"key": {
|
|
1412
|
+
"type": "identifier",
|
|
1413
|
+
"name": "server"
|
|
1414
|
+
},
|
|
1415
|
+
"annotation": {
|
|
1416
|
+
"type": "reference",
|
|
1417
|
+
"typeName": {
|
|
1418
|
+
"type": "identifier",
|
|
1419
|
+
"name": "McpServer"
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
"computed": false
|
|
1423
|
+
}
|
|
1424
|
+
]
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"type": "interface",
|
|
1428
|
+
"name": "McpServer",
|
|
1429
|
+
"body": [
|
|
1430
|
+
{
|
|
1431
|
+
"type": "propertySignature",
|
|
1432
|
+
"key": {
|
|
1433
|
+
"type": "identifier",
|
|
1434
|
+
"name": "id"
|
|
1398
1435
|
},
|
|
1399
1436
|
"annotation": {
|
|
1400
1437
|
"type": "keyword",
|
|
@@ -1406,20 +1443,19 @@
|
|
|
1406
1443
|
"type": "propertySignature",
|
|
1407
1444
|
"key": {
|
|
1408
1445
|
"type": "identifier",
|
|
1409
|
-
"name": "
|
|
1446
|
+
"name": "name"
|
|
1410
1447
|
},
|
|
1411
1448
|
"annotation": {
|
|
1412
1449
|
"type": "keyword",
|
|
1413
1450
|
"value": "string"
|
|
1414
1451
|
},
|
|
1415
|
-
"optional": true,
|
|
1416
1452
|
"computed": false
|
|
1417
1453
|
}
|
|
1418
1454
|
]
|
|
1419
1455
|
}
|
|
1420
1456
|
]
|
|
1421
1457
|
},
|
|
1422
|
-
"ai-portal.
|
|
1458
|
+
"ai-portal.show-cases": {
|
|
1423
1459
|
"properties": [
|
|
1424
1460
|
{
|
|
1425
1461
|
"name": "list",
|
|
@@ -1429,13 +1465,13 @@
|
|
|
1429
1465
|
"type": "reference",
|
|
1430
1466
|
"typeName": {
|
|
1431
1467
|
"type": "identifier",
|
|
1432
|
-
"name": "
|
|
1468
|
+
"name": "ShowCaseType"
|
|
1433
1469
|
}
|
|
1434
1470
|
}
|
|
1435
1471
|
}
|
|
1436
1472
|
},
|
|
1437
1473
|
{
|
|
1438
|
-
"name": "
|
|
1474
|
+
"name": "limit",
|
|
1439
1475
|
"annotation": {
|
|
1440
1476
|
"type": "keyword",
|
|
1441
1477
|
"value": "number"
|
|
@@ -1447,13 +1483,13 @@
|
|
|
1447
1483
|
"types": [
|
|
1448
1484
|
{
|
|
1449
1485
|
"type": "interface",
|
|
1450
|
-
"name": "
|
|
1486
|
+
"name": "ShowCaseType",
|
|
1451
1487
|
"body": [
|
|
1452
1488
|
{
|
|
1453
1489
|
"type": "propertySignature",
|
|
1454
1490
|
"key": {
|
|
1455
1491
|
"type": "identifier",
|
|
1456
|
-
"name": "
|
|
1492
|
+
"name": "conversationId"
|
|
1457
1493
|
},
|
|
1458
1494
|
"annotation": {
|
|
1459
1495
|
"type": "keyword",
|
|
@@ -1477,7 +1513,7 @@
|
|
|
1477
1513
|
"type": "propertySignature",
|
|
1478
1514
|
"key": {
|
|
1479
1515
|
"type": "identifier",
|
|
1480
|
-
"name": "
|
|
1516
|
+
"name": "summary"
|
|
1481
1517
|
},
|
|
1482
1518
|
"annotation": {
|
|
1483
1519
|
"type": "keyword",
|
|
@@ -1489,44 +1525,7 @@
|
|
|
1489
1525
|
"type": "propertySignature",
|
|
1490
1526
|
"key": {
|
|
1491
1527
|
"type": "identifier",
|
|
1492
|
-
"name": "
|
|
1493
|
-
},
|
|
1494
|
-
"annotation": {
|
|
1495
|
-
"type": "reference",
|
|
1496
|
-
"typeName": {
|
|
1497
|
-
"type": "identifier",
|
|
1498
|
-
"name": "GeneralIconProps"
|
|
1499
|
-
}
|
|
1500
|
-
},
|
|
1501
|
-
"optional": true,
|
|
1502
|
-
"computed": false
|
|
1503
|
-
},
|
|
1504
|
-
{
|
|
1505
|
-
"type": "propertySignature",
|
|
1506
|
-
"key": {
|
|
1507
|
-
"type": "identifier",
|
|
1508
|
-
"name": "server"
|
|
1509
|
-
},
|
|
1510
|
-
"annotation": {
|
|
1511
|
-
"type": "reference",
|
|
1512
|
-
"typeName": {
|
|
1513
|
-
"type": "identifier",
|
|
1514
|
-
"name": "McpServer"
|
|
1515
|
-
}
|
|
1516
|
-
},
|
|
1517
|
-
"computed": false
|
|
1518
|
-
}
|
|
1519
|
-
]
|
|
1520
|
-
},
|
|
1521
|
-
{
|
|
1522
|
-
"type": "interface",
|
|
1523
|
-
"name": "McpServer",
|
|
1524
|
-
"body": [
|
|
1525
|
-
{
|
|
1526
|
-
"type": "propertySignature",
|
|
1527
|
-
"key": {
|
|
1528
|
-
"type": "identifier",
|
|
1529
|
-
"name": "id"
|
|
1528
|
+
"name": "scenario"
|
|
1530
1529
|
},
|
|
1531
1530
|
"annotation": {
|
|
1532
1531
|
"type": "keyword",
|
|
@@ -1538,12 +1537,13 @@
|
|
|
1538
1537
|
"type": "propertySignature",
|
|
1539
1538
|
"key": {
|
|
1540
1539
|
"type": "identifier",
|
|
1541
|
-
"name": "
|
|
1540
|
+
"name": "url"
|
|
1542
1541
|
},
|
|
1543
1542
|
"annotation": {
|
|
1544
1543
|
"type": "keyword",
|
|
1545
1544
|
"value": "string"
|
|
1546
1545
|
},
|
|
1546
|
+
"optional": true,
|
|
1547
1547
|
"computed": false
|
|
1548
1548
|
}
|
|
1549
1549
|
]
|
|
@@ -3698,6 +3698,77 @@
|
|
|
3698
3698
|
"events": [],
|
|
3699
3699
|
"methods": []
|
|
3700
3700
|
},
|
|
3701
|
+
"ai-portal.flow-tabs": {
|
|
3702
|
+
"properties": [
|
|
3703
|
+
{
|
|
3704
|
+
"name": "tabs",
|
|
3705
|
+
"annotation": {
|
|
3706
|
+
"type": "array",
|
|
3707
|
+
"elementType": {
|
|
3708
|
+
"type": "reference",
|
|
3709
|
+
"typeName": {
|
|
3710
|
+
"type": "identifier",
|
|
3711
|
+
"name": "Tab"
|
|
3712
|
+
}
|
|
3713
|
+
}
|
|
3714
|
+
}
|
|
3715
|
+
},
|
|
3716
|
+
{
|
|
3717
|
+
"name": "activeTab",
|
|
3718
|
+
"annotation": {
|
|
3719
|
+
"type": "keyword",
|
|
3720
|
+
"value": "string"
|
|
3721
|
+
}
|
|
3722
|
+
}
|
|
3723
|
+
],
|
|
3724
|
+
"events": [
|
|
3725
|
+
{
|
|
3726
|
+
"name": "tab.click",
|
|
3727
|
+
"detail": {
|
|
3728
|
+
"annotation": {
|
|
3729
|
+
"type": "reference",
|
|
3730
|
+
"typeName": {
|
|
3731
|
+
"type": "identifier",
|
|
3732
|
+
"name": "Tab"
|
|
3733
|
+
}
|
|
3734
|
+
}
|
|
3735
|
+
}
|
|
3736
|
+
}
|
|
3737
|
+
],
|
|
3738
|
+
"methods": [],
|
|
3739
|
+
"types": [
|
|
3740
|
+
{
|
|
3741
|
+
"type": "interface",
|
|
3742
|
+
"name": "Tab",
|
|
3743
|
+
"body": [
|
|
3744
|
+
{
|
|
3745
|
+
"type": "propertySignature",
|
|
3746
|
+
"key": {
|
|
3747
|
+
"type": "identifier",
|
|
3748
|
+
"name": "id"
|
|
3749
|
+
},
|
|
3750
|
+
"annotation": {
|
|
3751
|
+
"type": "keyword",
|
|
3752
|
+
"value": "string"
|
|
3753
|
+
},
|
|
3754
|
+
"computed": false
|
|
3755
|
+
},
|
|
3756
|
+
{
|
|
3757
|
+
"type": "propertySignature",
|
|
3758
|
+
"key": {
|
|
3759
|
+
"type": "identifier",
|
|
3760
|
+
"name": "label"
|
|
3761
|
+
},
|
|
3762
|
+
"annotation": {
|
|
3763
|
+
"type": "keyword",
|
|
3764
|
+
"value": "string"
|
|
3765
|
+
},
|
|
3766
|
+
"computed": false
|
|
3767
|
+
}
|
|
3768
|
+
]
|
|
3769
|
+
}
|
|
3770
|
+
]
|
|
3771
|
+
},
|
|
3701
3772
|
"ai-portal.stage-flow": {
|
|
3702
3773
|
"properties": [
|
|
3703
3774
|
{
|
|
@@ -4060,77 +4131,6 @@
|
|
|
4060
4131
|
}
|
|
4061
4132
|
]
|
|
4062
4133
|
},
|
|
4063
|
-
"ai-portal.flow-tabs": {
|
|
4064
|
-
"properties": [
|
|
4065
|
-
{
|
|
4066
|
-
"name": "tabs",
|
|
4067
|
-
"annotation": {
|
|
4068
|
-
"type": "array",
|
|
4069
|
-
"elementType": {
|
|
4070
|
-
"type": "reference",
|
|
4071
|
-
"typeName": {
|
|
4072
|
-
"type": "identifier",
|
|
4073
|
-
"name": "Tab"
|
|
4074
|
-
}
|
|
4075
|
-
}
|
|
4076
|
-
}
|
|
4077
|
-
},
|
|
4078
|
-
{
|
|
4079
|
-
"name": "activeTab",
|
|
4080
|
-
"annotation": {
|
|
4081
|
-
"type": "keyword",
|
|
4082
|
-
"value": "string"
|
|
4083
|
-
}
|
|
4084
|
-
}
|
|
4085
|
-
],
|
|
4086
|
-
"events": [
|
|
4087
|
-
{
|
|
4088
|
-
"name": "tab.click",
|
|
4089
|
-
"detail": {
|
|
4090
|
-
"annotation": {
|
|
4091
|
-
"type": "reference",
|
|
4092
|
-
"typeName": {
|
|
4093
|
-
"type": "identifier",
|
|
4094
|
-
"name": "Tab"
|
|
4095
|
-
}
|
|
4096
|
-
}
|
|
4097
|
-
}
|
|
4098
|
-
}
|
|
4099
|
-
],
|
|
4100
|
-
"methods": [],
|
|
4101
|
-
"types": [
|
|
4102
|
-
{
|
|
4103
|
-
"type": "interface",
|
|
4104
|
-
"name": "Tab",
|
|
4105
|
-
"body": [
|
|
4106
|
-
{
|
|
4107
|
-
"type": "propertySignature",
|
|
4108
|
-
"key": {
|
|
4109
|
-
"type": "identifier",
|
|
4110
|
-
"name": "id"
|
|
4111
|
-
},
|
|
4112
|
-
"annotation": {
|
|
4113
|
-
"type": "keyword",
|
|
4114
|
-
"value": "string"
|
|
4115
|
-
},
|
|
4116
|
-
"computed": false
|
|
4117
|
-
},
|
|
4118
|
-
{
|
|
4119
|
-
"type": "propertySignature",
|
|
4120
|
-
"key": {
|
|
4121
|
-
"type": "identifier",
|
|
4122
|
-
"name": "label"
|
|
4123
|
-
},
|
|
4124
|
-
"annotation": {
|
|
4125
|
-
"type": "keyword",
|
|
4126
|
-
"value": "string"
|
|
4127
|
-
},
|
|
4128
|
-
"computed": false
|
|
4129
|
-
}
|
|
4130
|
-
]
|
|
4131
|
-
}
|
|
4132
|
-
]
|
|
4133
|
-
},
|
|
4134
4134
|
"ai-portal.running-flow": {
|
|
4135
4135
|
"properties": [
|
|
4136
4136
|
{
|
|
@@ -6824,6 +6824,13 @@
|
|
|
6824
6824
|
"type": "keyword",
|
|
6825
6825
|
"value": "boolean"
|
|
6826
6826
|
}
|
|
6827
|
+
},
|
|
6828
|
+
{
|
|
6829
|
+
"name": "noticeUrlTemplate",
|
|
6830
|
+
"annotation": {
|
|
6831
|
+
"type": "keyword",
|
|
6832
|
+
"value": "string"
|
|
6833
|
+
}
|
|
6827
6834
|
}
|
|
6828
6835
|
],
|
|
6829
6836
|
"events": [
|