@next-bricks/ai-portal 0.64.4 → 0.64.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.
package/dist/types.json CHANGED
@@ -235,62 +235,6 @@
235
235
  }
236
236
  ]
237
237
  },
238
- "ai-portal.call-tool": {
239
- "type": "provider",
240
- "params": [
241
- {
242
- "name": "tool",
243
- "annotation": {
244
- "type": "reference",
245
- "typeName": {
246
- "type": "identifier",
247
- "name": "ToolInfo"
248
- }
249
- }
250
- },
251
- {
252
- "name": "params",
253
- "annotation": {
254
- "type": "reference",
255
- "typeName": {
256
- "type": "identifier",
257
- "name": "Record"
258
- },
259
- "typeParameters": {
260
- "type": "typeParameterInstantiation",
261
- "params": [
262
- {
263
- "type": "keyword",
264
- "value": "string"
265
- },
266
- {
267
- "type": "keyword",
268
- "value": "unknown"
269
- }
270
- ]
271
- }
272
- }
273
- }
274
- ],
275
- "returns": {
276
- "annotation": {
277
- "type": "reference",
278
- "typeName": {
279
- "type": "identifier",
280
- "name": "Promise"
281
- },
282
- "typeParameters": {
283
- "type": "typeParameterInstantiation",
284
- "params": [
285
- {
286
- "type": "keyword",
287
- "value": "unknown"
288
- }
289
- ]
290
- }
291
- }
292
- }
293
- },
294
238
  "ai-portal.save-request-store": {
295
239
  "type": "provider",
296
240
  "params": [
@@ -1912,6 +1856,62 @@
1912
1856
  }
1913
1857
  }
1914
1858
  },
1859
+ "ai-portal.call-tool": {
1860
+ "type": "provider",
1861
+ "params": [
1862
+ {
1863
+ "name": "tool",
1864
+ "annotation": {
1865
+ "type": "reference",
1866
+ "typeName": {
1867
+ "type": "identifier",
1868
+ "name": "ToolInfo"
1869
+ }
1870
+ }
1871
+ },
1872
+ {
1873
+ "name": "params",
1874
+ "annotation": {
1875
+ "type": "reference",
1876
+ "typeName": {
1877
+ "type": "identifier",
1878
+ "name": "Record"
1879
+ },
1880
+ "typeParameters": {
1881
+ "type": "typeParameterInstantiation",
1882
+ "params": [
1883
+ {
1884
+ "type": "keyword",
1885
+ "value": "string"
1886
+ },
1887
+ {
1888
+ "type": "keyword",
1889
+ "value": "unknown"
1890
+ }
1891
+ ]
1892
+ }
1893
+ }
1894
+ }
1895
+ ],
1896
+ "returns": {
1897
+ "annotation": {
1898
+ "type": "reference",
1899
+ "typeName": {
1900
+ "type": "identifier",
1901
+ "name": "Promise"
1902
+ },
1903
+ "typeParameters": {
1904
+ "type": "typeParameterInstantiation",
1905
+ "params": [
1906
+ {
1907
+ "type": "keyword",
1908
+ "value": "unknown"
1909
+ }
1910
+ ]
1911
+ }
1912
+ }
1913
+ }
1914
+ },
1915
1915
  "ai-portal.set-chat-command": {
1916
1916
  "type": "provider",
1917
1917
  "params": [
@@ -3109,124 +3109,6 @@
3109
3109
  "events": [],
3110
3110
  "methods": []
3111
3111
  },
3112
- "ai-portal.action-buttons": {
3113
- "properties": [
3114
- {
3115
- "name": "items",
3116
- "annotation": {
3117
- "type": "array",
3118
- "elementType": {
3119
- "type": "reference",
3120
- "typeName": {
3121
- "type": "identifier",
3122
- "name": "ActionItem"
3123
- }
3124
- }
3125
- }
3126
- },
3127
- {
3128
- "name": "activeKey",
3129
- "annotation": {
3130
- "type": "union",
3131
- "types": [
3132
- {
3133
- "type": "keyword",
3134
- "value": "string"
3135
- },
3136
- {
3137
- "type": "keyword",
3138
- "value": "null"
3139
- }
3140
- ]
3141
- }
3142
- }
3143
- ],
3144
- "events": [
3145
- {
3146
- "name": "change",
3147
- "detail": {
3148
- "annotation": {
3149
- "type": "union",
3150
- "types": [
3151
- {
3152
- "type": "reference",
3153
- "typeName": {
3154
- "type": "identifier",
3155
- "name": "ActionItem"
3156
- }
3157
- },
3158
- {
3159
- "type": "keyword",
3160
- "value": "null"
3161
- }
3162
- ]
3163
- }
3164
- }
3165
- }
3166
- ],
3167
- "methods": [],
3168
- "types": [
3169
- {
3170
- "type": "interface",
3171
- "name": "ActionItem",
3172
- "body": [
3173
- {
3174
- "type": "propertySignature",
3175
- "key": {
3176
- "type": "identifier",
3177
- "name": "text"
3178
- },
3179
- "annotation": {
3180
- "type": "keyword",
3181
- "value": "string"
3182
- },
3183
- "computed": false
3184
- },
3185
- {
3186
- "type": "propertySignature",
3187
- "key": {
3188
- "type": "identifier",
3189
- "name": "key"
3190
- },
3191
- "annotation": {
3192
- "type": "keyword",
3193
- "value": "string"
3194
- },
3195
- "computed": false
3196
- },
3197
- {
3198
- "type": "propertySignature",
3199
- "key": {
3200
- "type": "identifier",
3201
- "name": "icon"
3202
- },
3203
- "annotation": {
3204
- "type": "reference",
3205
- "typeName": {
3206
- "type": "identifier",
3207
- "name": "GeneralIconProps"
3208
- }
3209
- },
3210
- "optional": true,
3211
- "computed": false
3212
- },
3213
- {
3214
- "type": "propertySignature",
3215
- "key": {
3216
- "type": "identifier",
3217
- "name": "hidden"
3218
- },
3219
- "annotation": {
3220
- "type": "keyword",
3221
- "value": "boolean"
3222
- },
3223
- "optional": true,
3224
- "computed": false
3225
- }
3226
- ]
3227
- }
3228
- ]
3229
- },
3230
3112
  "ai-portal.project-conversations": {
3231
3113
  "properties": [
3232
3114
  {
@@ -3453,6 +3335,124 @@
3453
3335
  }
3454
3336
  ]
3455
3337
  },
3338
+ "ai-portal.action-buttons": {
3339
+ "properties": [
3340
+ {
3341
+ "name": "items",
3342
+ "annotation": {
3343
+ "type": "array",
3344
+ "elementType": {
3345
+ "type": "reference",
3346
+ "typeName": {
3347
+ "type": "identifier",
3348
+ "name": "ActionItem"
3349
+ }
3350
+ }
3351
+ }
3352
+ },
3353
+ {
3354
+ "name": "activeKey",
3355
+ "annotation": {
3356
+ "type": "union",
3357
+ "types": [
3358
+ {
3359
+ "type": "keyword",
3360
+ "value": "string"
3361
+ },
3362
+ {
3363
+ "type": "keyword",
3364
+ "value": "null"
3365
+ }
3366
+ ]
3367
+ }
3368
+ }
3369
+ ],
3370
+ "events": [
3371
+ {
3372
+ "name": "change",
3373
+ "detail": {
3374
+ "annotation": {
3375
+ "type": "union",
3376
+ "types": [
3377
+ {
3378
+ "type": "reference",
3379
+ "typeName": {
3380
+ "type": "identifier",
3381
+ "name": "ActionItem"
3382
+ }
3383
+ },
3384
+ {
3385
+ "type": "keyword",
3386
+ "value": "null"
3387
+ }
3388
+ ]
3389
+ }
3390
+ }
3391
+ }
3392
+ ],
3393
+ "methods": [],
3394
+ "types": [
3395
+ {
3396
+ "type": "interface",
3397
+ "name": "ActionItem",
3398
+ "body": [
3399
+ {
3400
+ "type": "propertySignature",
3401
+ "key": {
3402
+ "type": "identifier",
3403
+ "name": "text"
3404
+ },
3405
+ "annotation": {
3406
+ "type": "keyword",
3407
+ "value": "string"
3408
+ },
3409
+ "computed": false
3410
+ },
3411
+ {
3412
+ "type": "propertySignature",
3413
+ "key": {
3414
+ "type": "identifier",
3415
+ "name": "key"
3416
+ },
3417
+ "annotation": {
3418
+ "type": "keyword",
3419
+ "value": "string"
3420
+ },
3421
+ "computed": false
3422
+ },
3423
+ {
3424
+ "type": "propertySignature",
3425
+ "key": {
3426
+ "type": "identifier",
3427
+ "name": "icon"
3428
+ },
3429
+ "annotation": {
3430
+ "type": "reference",
3431
+ "typeName": {
3432
+ "type": "identifier",
3433
+ "name": "GeneralIconProps"
3434
+ }
3435
+ },
3436
+ "optional": true,
3437
+ "computed": false
3438
+ },
3439
+ {
3440
+ "type": "propertySignature",
3441
+ "key": {
3442
+ "type": "identifier",
3443
+ "name": "hidden"
3444
+ },
3445
+ "annotation": {
3446
+ "type": "keyword",
3447
+ "value": "boolean"
3448
+ },
3449
+ "optional": true,
3450
+ "computed": false
3451
+ }
3452
+ ]
3453
+ }
3454
+ ]
3455
+ },
3456
3456
  "ai-portal.activity-timeline": {
3457
3457
  "properties": [
3458
3458
  {
@@ -4950,77 +4950,6 @@
4950
4950
  "events": [],
4951
4951
  "methods": []
4952
4952
  },
4953
- "ai-portal.flow-tabs": {
4954
- "properties": [
4955
- {
4956
- "name": "tabs",
4957
- "annotation": {
4958
- "type": "array",
4959
- "elementType": {
4960
- "type": "reference",
4961
- "typeName": {
4962
- "type": "identifier",
4963
- "name": "Tab"
4964
- }
4965
- }
4966
- }
4967
- },
4968
- {
4969
- "name": "activeTab",
4970
- "annotation": {
4971
- "type": "keyword",
4972
- "value": "string"
4973
- }
4974
- }
4975
- ],
4976
- "events": [
4977
- {
4978
- "name": "tab.click",
4979
- "detail": {
4980
- "annotation": {
4981
- "type": "reference",
4982
- "typeName": {
4983
- "type": "identifier",
4984
- "name": "Tab"
4985
- }
4986
- }
4987
- }
4988
- }
4989
- ],
4990
- "methods": [],
4991
- "types": [
4992
- {
4993
- "type": "interface",
4994
- "name": "Tab",
4995
- "body": [
4996
- {
4997
- "type": "propertySignature",
4998
- "key": {
4999
- "type": "identifier",
5000
- "name": "id"
5001
- },
5002
- "annotation": {
5003
- "type": "keyword",
5004
- "value": "string"
5005
- },
5006
- "computed": false
5007
- },
5008
- {
5009
- "type": "propertySignature",
5010
- "key": {
5011
- "type": "identifier",
5012
- "name": "label"
5013
- },
5014
- "annotation": {
5015
- "type": "keyword",
5016
- "value": "string"
5017
- },
5018
- "computed": false
5019
- }
5020
- ]
5021
- }
5022
- ]
5023
- },
5024
4953
  "ai-portal.stage-flow": {
5025
4954
  "properties": [
5026
4955
  {
@@ -5383,6 +5312,77 @@
5383
5312
  }
5384
5313
  ]
5385
5314
  },
5315
+ "ai-portal.flow-tabs": {
5316
+ "properties": [
5317
+ {
5318
+ "name": "tabs",
5319
+ "annotation": {
5320
+ "type": "array",
5321
+ "elementType": {
5322
+ "type": "reference",
5323
+ "typeName": {
5324
+ "type": "identifier",
5325
+ "name": "Tab"
5326
+ }
5327
+ }
5328
+ }
5329
+ },
5330
+ {
5331
+ "name": "activeTab",
5332
+ "annotation": {
5333
+ "type": "keyword",
5334
+ "value": "string"
5335
+ }
5336
+ }
5337
+ ],
5338
+ "events": [
5339
+ {
5340
+ "name": "tab.click",
5341
+ "detail": {
5342
+ "annotation": {
5343
+ "type": "reference",
5344
+ "typeName": {
5345
+ "type": "identifier",
5346
+ "name": "Tab"
5347
+ }
5348
+ }
5349
+ }
5350
+ }
5351
+ ],
5352
+ "methods": [],
5353
+ "types": [
5354
+ {
5355
+ "type": "interface",
5356
+ "name": "Tab",
5357
+ "body": [
5358
+ {
5359
+ "type": "propertySignature",
5360
+ "key": {
5361
+ "type": "identifier",
5362
+ "name": "id"
5363
+ },
5364
+ "annotation": {
5365
+ "type": "keyword",
5366
+ "value": "string"
5367
+ },
5368
+ "computed": false
5369
+ },
5370
+ {
5371
+ "type": "propertySignature",
5372
+ "key": {
5373
+ "type": "identifier",
5374
+ "name": "label"
5375
+ },
5376
+ "annotation": {
5377
+ "type": "keyword",
5378
+ "value": "string"
5379
+ },
5380
+ "computed": false
5381
+ }
5382
+ ]
5383
+ }
5384
+ ]
5385
+ },
5386
5386
  "ai-portal.running-flow": {
5387
5387
  "properties": [
5388
5388
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/ai-portal",
3
- "version": "0.64.4",
3
+ "version": "0.64.5",
4
4
  "homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/ai-portal",
5
5
  "repository": {
6
6
  "type": "git",
@@ -49,5 +49,5 @@
49
49
  "@next-bricks/presentational": "*",
50
50
  "@next-bricks/vs": "*"
51
51
  },
52
- "gitHead": "710a29b9fe5a6299d65145ef445a21a90f90834f"
52
+ "gitHead": "ce9849f3571507e94a1c6b5b2294c9ef8d83ad18"
53
53
  }