deep-chat-dev 9.0.157 → 9.0.159

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.
@@ -16,14 +16,16 @@
16
16
  "name": "connect",
17
17
  "type": {
18
18
  "text": "Connect | undefined"
19
- }
19
+ },
20
+ "default": "{\n // stream: true,\n }"
20
21
  },
21
22
  {
22
23
  "kind": "field",
23
24
  "name": "directConnection",
24
25
  "type": {
25
26
  "text": "DirectConnection | undefined"
26
- }
27
+ },
28
+ "default": "{\n openAI: {\n assistant: {\n assistant_id: 'asst_dDy5gBApC0nd2puFgj8pEecp',\n },\n key: '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',\n },\n }"
27
29
  },
28
30
  {
29
31
  "kind": "field",
@@ -29099,12 +29101,6 @@
29099
29101
  }
29100
29102
  ]
29101
29103
  },
29102
- {
29103
- "kind": "javascript-module",
29104
- "path": "src/types/webModel/webModel.ts",
29105
- "declarations": [],
29106
- "exports": []
29107
- },
29108
29104
  {
29109
29105
  "kind": "javascript-module",
29110
29106
  "path": "src/views/chat/input/input.ts",
@@ -29277,6 +29273,12 @@
29277
29273
  }
29278
29274
  ]
29279
29275
  },
29276
+ {
29277
+ "kind": "javascript-module",
29278
+ "path": "src/types/webModel/webModel.ts",
29279
+ "declarations": [],
29280
+ "exports": []
29281
+ },
29280
29282
  {
29281
29283
  "kind": "javascript-module",
29282
29284
  "path": "src/views/chat/introPanel/introPanel.ts",
@@ -29482,251 +29484,6 @@
29482
29484
  }
29483
29485
  ]
29484
29486
  },
29485
- {
29486
- "kind": "javascript-module",
29487
- "path": "src/services/azure/utils/azureUtils.ts",
29488
- "declarations": [
29489
- {
29490
- "kind": "class",
29491
- "description": "",
29492
- "name": "AzureUtils",
29493
- "members": [
29494
- {
29495
- "kind": "method",
29496
- "name": "buildTextToSpeechHeaders",
29497
- "privacy": "public",
29498
- "static": true,
29499
- "parameters": [
29500
- {
29501
- "name": "outputFormat",
29502
- "type": {
29503
- "text": "string"
29504
- }
29505
- },
29506
- {
29507
- "name": "key",
29508
- "type": {
29509
- "text": "string"
29510
- }
29511
- }
29512
- ]
29513
- },
29514
- {
29515
- "kind": "method",
29516
- "name": "buildSpeechToTextHeaders",
29517
- "privacy": "public",
29518
- "static": true,
29519
- "parameters": [
29520
- {
29521
- "name": "key",
29522
- "type": {
29523
- "text": "string"
29524
- }
29525
- }
29526
- ]
29527
- },
29528
- {
29529
- "kind": "method",
29530
- "name": "handleSpeechVerificationResult",
29531
- "privacy": "private",
29532
- "static": true,
29533
- "parameters": [
29534
- {
29535
- "name": "result",
29536
- "type": {
29537
- "text": "object"
29538
- }
29539
- },
29540
- {
29541
- "name": "key",
29542
- "type": {
29543
- "text": "string"
29544
- }
29545
- },
29546
- {
29547
- "name": "onSuccess",
29548
- "type": {
29549
- "text": "(key: string) => void"
29550
- }
29551
- },
29552
- {
29553
- "name": "onFail",
29554
- "type": {
29555
- "text": "(message: string) => void"
29556
- }
29557
- }
29558
- ]
29559
- },
29560
- {
29561
- "kind": "method",
29562
- "name": "buildSpeechKeyVerificationDetails",
29563
- "privacy": "public",
29564
- "static": true,
29565
- "return": {
29566
- "type": {
29567
- "text": "KeyVerificationDetails"
29568
- }
29569
- },
29570
- "parameters": [
29571
- {
29572
- "name": "region",
29573
- "type": {
29574
- "text": "string"
29575
- }
29576
- }
29577
- ]
29578
- },
29579
- {
29580
- "kind": "method",
29581
- "name": "buildSummarizationHeader",
29582
- "privacy": "public",
29583
- "static": true,
29584
- "parameters": [
29585
- {
29586
- "name": "key",
29587
- "type": {
29588
- "text": "string"
29589
- }
29590
- }
29591
- ]
29592
- },
29593
- {
29594
- "kind": "method",
29595
- "name": "handleLanguageVerificationResult",
29596
- "privacy": "private",
29597
- "static": true,
29598
- "parameters": [
29599
- {
29600
- "name": "result",
29601
- "type": {
29602
- "text": "object"
29603
- }
29604
- },
29605
- {
29606
- "name": "key",
29607
- "type": {
29608
- "text": "string"
29609
- }
29610
- },
29611
- {
29612
- "name": "onSuccess",
29613
- "type": {
29614
- "text": "(key: string) => void"
29615
- }
29616
- },
29617
- {
29618
- "name": "onFail",
29619
- "type": {
29620
- "text": "(message: string) => void"
29621
- }
29622
- }
29623
- ]
29624
- },
29625
- {
29626
- "kind": "method",
29627
- "name": "buildLanguageKeyVerificationDetails",
29628
- "privacy": "public",
29629
- "static": true,
29630
- "return": {
29631
- "type": {
29632
- "text": "KeyVerificationDetails"
29633
- }
29634
- },
29635
- "parameters": [
29636
- {
29637
- "name": "endpoint",
29638
- "type": {
29639
- "text": "string"
29640
- }
29641
- }
29642
- ]
29643
- },
29644
- {
29645
- "kind": "method",
29646
- "name": "handleTranslationVerificationResult",
29647
- "privacy": "private",
29648
- "static": true,
29649
- "parameters": [
29650
- {
29651
- "name": "result",
29652
- "type": {
29653
- "text": "object"
29654
- }
29655
- },
29656
- {
29657
- "name": "key",
29658
- "type": {
29659
- "text": "string"
29660
- }
29661
- },
29662
- {
29663
- "name": "onSuccess",
29664
- "type": {
29665
- "text": "(key: string) => void"
29666
- }
29667
- },
29668
- {
29669
- "name": "onFail",
29670
- "type": {
29671
- "text": "(message: string) => void"
29672
- }
29673
- }
29674
- ]
29675
- },
29676
- {
29677
- "kind": "method",
29678
- "name": "buildTranslationKeyVerificationDetails",
29679
- "privacy": "public",
29680
- "static": true,
29681
- "return": {
29682
- "type": {
29683
- "text": "KeyVerificationDetails"
29684
- }
29685
- },
29686
- "parameters": [
29687
- {
29688
- "name": "region",
29689
- "optional": true,
29690
- "type": {
29691
- "text": "string"
29692
- }
29693
- }
29694
- ]
29695
- },
29696
- {
29697
- "kind": "method",
29698
- "name": "buildTranslationHeaders",
29699
- "privacy": "public",
29700
- "static": true,
29701
- "parameters": [
29702
- {
29703
- "name": "region",
29704
- "type": {
29705
- "text": "string | undefined"
29706
- }
29707
- },
29708
- {
29709
- "name": "key",
29710
- "type": {
29711
- "text": "string"
29712
- }
29713
- }
29714
- ]
29715
- }
29716
- ]
29717
- }
29718
- ],
29719
- "exports": [
29720
- {
29721
- "kind": "js",
29722
- "name": "AzureUtils",
29723
- "declaration": {
29724
- "name": "AzureUtils",
29725
- "module": "src/services/azure/utils/azureUtils.ts"
29726
- }
29727
- }
29728
- ]
29729
- },
29730
29487
  {
29731
29488
  "kind": "javascript-module",
29732
29489
  "path": "src/views/chat/messages/avatar.ts",
@@ -32386,12 +32143,257 @@
32386
32143
  },
32387
32144
  {
32388
32145
  "kind": "javascript-module",
32389
- "path": "src/services/cohere/utils/cohereUtils.ts",
32146
+ "path": "src/services/azure/utils/azureUtils.ts",
32390
32147
  "declarations": [
32391
32148
  {
32392
32149
  "kind": "class",
32393
32150
  "description": "",
32394
- "name": "CohereUtils",
32151
+ "name": "AzureUtils",
32152
+ "members": [
32153
+ {
32154
+ "kind": "method",
32155
+ "name": "buildTextToSpeechHeaders",
32156
+ "privacy": "public",
32157
+ "static": true,
32158
+ "parameters": [
32159
+ {
32160
+ "name": "outputFormat",
32161
+ "type": {
32162
+ "text": "string"
32163
+ }
32164
+ },
32165
+ {
32166
+ "name": "key",
32167
+ "type": {
32168
+ "text": "string"
32169
+ }
32170
+ }
32171
+ ]
32172
+ },
32173
+ {
32174
+ "kind": "method",
32175
+ "name": "buildSpeechToTextHeaders",
32176
+ "privacy": "public",
32177
+ "static": true,
32178
+ "parameters": [
32179
+ {
32180
+ "name": "key",
32181
+ "type": {
32182
+ "text": "string"
32183
+ }
32184
+ }
32185
+ ]
32186
+ },
32187
+ {
32188
+ "kind": "method",
32189
+ "name": "handleSpeechVerificationResult",
32190
+ "privacy": "private",
32191
+ "static": true,
32192
+ "parameters": [
32193
+ {
32194
+ "name": "result",
32195
+ "type": {
32196
+ "text": "object"
32197
+ }
32198
+ },
32199
+ {
32200
+ "name": "key",
32201
+ "type": {
32202
+ "text": "string"
32203
+ }
32204
+ },
32205
+ {
32206
+ "name": "onSuccess",
32207
+ "type": {
32208
+ "text": "(key: string) => void"
32209
+ }
32210
+ },
32211
+ {
32212
+ "name": "onFail",
32213
+ "type": {
32214
+ "text": "(message: string) => void"
32215
+ }
32216
+ }
32217
+ ]
32218
+ },
32219
+ {
32220
+ "kind": "method",
32221
+ "name": "buildSpeechKeyVerificationDetails",
32222
+ "privacy": "public",
32223
+ "static": true,
32224
+ "return": {
32225
+ "type": {
32226
+ "text": "KeyVerificationDetails"
32227
+ }
32228
+ },
32229
+ "parameters": [
32230
+ {
32231
+ "name": "region",
32232
+ "type": {
32233
+ "text": "string"
32234
+ }
32235
+ }
32236
+ ]
32237
+ },
32238
+ {
32239
+ "kind": "method",
32240
+ "name": "buildSummarizationHeader",
32241
+ "privacy": "public",
32242
+ "static": true,
32243
+ "parameters": [
32244
+ {
32245
+ "name": "key",
32246
+ "type": {
32247
+ "text": "string"
32248
+ }
32249
+ }
32250
+ ]
32251
+ },
32252
+ {
32253
+ "kind": "method",
32254
+ "name": "handleLanguageVerificationResult",
32255
+ "privacy": "private",
32256
+ "static": true,
32257
+ "parameters": [
32258
+ {
32259
+ "name": "result",
32260
+ "type": {
32261
+ "text": "object"
32262
+ }
32263
+ },
32264
+ {
32265
+ "name": "key",
32266
+ "type": {
32267
+ "text": "string"
32268
+ }
32269
+ },
32270
+ {
32271
+ "name": "onSuccess",
32272
+ "type": {
32273
+ "text": "(key: string) => void"
32274
+ }
32275
+ },
32276
+ {
32277
+ "name": "onFail",
32278
+ "type": {
32279
+ "text": "(message: string) => void"
32280
+ }
32281
+ }
32282
+ ]
32283
+ },
32284
+ {
32285
+ "kind": "method",
32286
+ "name": "buildLanguageKeyVerificationDetails",
32287
+ "privacy": "public",
32288
+ "static": true,
32289
+ "return": {
32290
+ "type": {
32291
+ "text": "KeyVerificationDetails"
32292
+ }
32293
+ },
32294
+ "parameters": [
32295
+ {
32296
+ "name": "endpoint",
32297
+ "type": {
32298
+ "text": "string"
32299
+ }
32300
+ }
32301
+ ]
32302
+ },
32303
+ {
32304
+ "kind": "method",
32305
+ "name": "handleTranslationVerificationResult",
32306
+ "privacy": "private",
32307
+ "static": true,
32308
+ "parameters": [
32309
+ {
32310
+ "name": "result",
32311
+ "type": {
32312
+ "text": "object"
32313
+ }
32314
+ },
32315
+ {
32316
+ "name": "key",
32317
+ "type": {
32318
+ "text": "string"
32319
+ }
32320
+ },
32321
+ {
32322
+ "name": "onSuccess",
32323
+ "type": {
32324
+ "text": "(key: string) => void"
32325
+ }
32326
+ },
32327
+ {
32328
+ "name": "onFail",
32329
+ "type": {
32330
+ "text": "(message: string) => void"
32331
+ }
32332
+ }
32333
+ ]
32334
+ },
32335
+ {
32336
+ "kind": "method",
32337
+ "name": "buildTranslationKeyVerificationDetails",
32338
+ "privacy": "public",
32339
+ "static": true,
32340
+ "return": {
32341
+ "type": {
32342
+ "text": "KeyVerificationDetails"
32343
+ }
32344
+ },
32345
+ "parameters": [
32346
+ {
32347
+ "name": "region",
32348
+ "optional": true,
32349
+ "type": {
32350
+ "text": "string"
32351
+ }
32352
+ }
32353
+ ]
32354
+ },
32355
+ {
32356
+ "kind": "method",
32357
+ "name": "buildTranslationHeaders",
32358
+ "privacy": "public",
32359
+ "static": true,
32360
+ "parameters": [
32361
+ {
32362
+ "name": "region",
32363
+ "type": {
32364
+ "text": "string | undefined"
32365
+ }
32366
+ },
32367
+ {
32368
+ "name": "key",
32369
+ "type": {
32370
+ "text": "string"
32371
+ }
32372
+ }
32373
+ ]
32374
+ }
32375
+ ]
32376
+ }
32377
+ ],
32378
+ "exports": [
32379
+ {
32380
+ "kind": "js",
32381
+ "name": "AzureUtils",
32382
+ "declaration": {
32383
+ "name": "AzureUtils",
32384
+ "module": "src/services/azure/utils/azureUtils.ts"
32385
+ }
32386
+ }
32387
+ ]
32388
+ },
32389
+ {
32390
+ "kind": "javascript-module",
32391
+ "path": "src/services/huggingFace/utils/huggingFaceUtils.ts",
32392
+ "declarations": [
32393
+ {
32394
+ "kind": "class",
32395
+ "description": "",
32396
+ "name": "HuggingFaceUtils",
32395
32397
  "members": [
32396
32398
  {
32397
32399
  "kind": "method",
@@ -32456,22 +32458,22 @@
32456
32458
  "exports": [
32457
32459
  {
32458
32460
  "kind": "js",
32459
- "name": "CohereUtils",
32461
+ "name": "HuggingFaceUtils",
32460
32462
  "declaration": {
32461
- "name": "CohereUtils",
32462
- "module": "src/services/cohere/utils/cohereUtils.ts"
32463
+ "name": "HuggingFaceUtils",
32464
+ "module": "src/services/huggingFace/utils/huggingFaceUtils.ts"
32463
32465
  }
32464
32466
  }
32465
32467
  ]
32466
32468
  },
32467
32469
  {
32468
32470
  "kind": "javascript-module",
32469
- "path": "src/services/mistral/utils/mistralUtils.ts",
32471
+ "path": "src/services/cohere/utils/cohereUtils.ts",
32470
32472
  "declarations": [
32471
32473
  {
32472
32474
  "kind": "class",
32473
32475
  "description": "",
32474
- "name": "MistralUtils",
32476
+ "name": "CohereUtils",
32475
32477
  "members": [
32476
32478
  {
32477
32479
  "kind": "method",
@@ -32536,22 +32538,22 @@
32536
32538
  "exports": [
32537
32539
  {
32538
32540
  "kind": "js",
32539
- "name": "MistralUtils",
32541
+ "name": "CohereUtils",
32540
32542
  "declaration": {
32541
- "name": "MistralUtils",
32542
- "module": "src/services/mistral/utils/mistralUtils.ts"
32543
+ "name": "CohereUtils",
32544
+ "module": "src/services/cohere/utils/cohereUtils.ts"
32543
32545
  }
32544
32546
  }
32545
32547
  ]
32546
32548
  },
32547
32549
  {
32548
32550
  "kind": "javascript-module",
32549
- "path": "src/services/huggingFace/utils/huggingFaceUtils.ts",
32551
+ "path": "src/services/mistral/utils/mistralUtils.ts",
32550
32552
  "declarations": [
32551
32553
  {
32552
32554
  "kind": "class",
32553
32555
  "description": "",
32554
- "name": "HuggingFaceUtils",
32556
+ "name": "MistralUtils",
32555
32557
  "members": [
32556
32558
  {
32557
32559
  "kind": "method",
@@ -32616,10 +32618,10 @@
32616
32618
  "exports": [
32617
32619
  {
32618
32620
  "kind": "js",
32619
- "name": "HuggingFaceUtils",
32621
+ "name": "MistralUtils",
32620
32622
  "declaration": {
32621
- "name": "HuggingFaceUtils",
32622
- "module": "src/services/huggingFace/utils/huggingFaceUtils.ts"
32623
+ "name": "MistralUtils",
32624
+ "module": "src/services/mistral/utils/mistralUtils.ts"
32623
32625
  }
32624
32626
  }
32625
32627
  ]
@@ -32799,6 +32801,72 @@
32799
32801
  }
32800
32802
  }
32801
32803
  ]
32804
+ },
32805
+ {
32806
+ "kind": "method",
32807
+ "name": "parseMesages",
32808
+ "privacy": "private",
32809
+ "static": true,
32810
+ "parameters": [
32811
+ {
32812
+ "name": "result",
32813
+ "type": {
32814
+ "text": "OpenAIAssistantMessagesResult"
32815
+ }
32816
+ },
32817
+ {
32818
+ "name": "isHistory",
32819
+ "type": {
32820
+ "text": "boolean"
32821
+ }
32822
+ }
32823
+ ]
32824
+ },
32825
+ {
32826
+ "kind": "method",
32827
+ "name": "parseContent",
32828
+ "privacy": "private",
32829
+ "static": true,
32830
+ "parameters": [
32831
+ {
32832
+ "name": "io",
32833
+ "type": {
32834
+ "text": "DirectServiceIO"
32835
+ }
32836
+ },
32837
+ {
32838
+ "name": "messages",
32839
+ "type": {
32840
+ "text": "OpenAIAssistantData[]"
32841
+ }
32842
+ }
32843
+ ]
32844
+ },
32845
+ {
32846
+ "kind": "method",
32847
+ "name": "processAPIMessages",
32848
+ "privacy": "public",
32849
+ "static": true,
32850
+ "parameters": [
32851
+ {
32852
+ "name": "io",
32853
+ "type": {
32854
+ "text": "DirectServiceIO"
32855
+ }
32856
+ },
32857
+ {
32858
+ "name": "result",
32859
+ "type": {
32860
+ "text": "OpenAIAssistantMessagesResult"
32861
+ }
32862
+ },
32863
+ {
32864
+ "name": "isHistory",
32865
+ "type": {
32866
+ "text": "boolean"
32867
+ }
32868
+ }
32869
+ ]
32802
32870
  }
32803
32871
  ]
32804
32872
  }
@@ -33006,568 +33074,138 @@
33006
33074
  },
33007
33075
  {
33008
33076
  "kind": "javascript-module",
33009
- "path": "src/types/webModel/webLLM/webLLM.ts",
33010
- "declarations": [],
33011
- "exports": [
33012
- {
33013
- "kind": "js",
33014
- "name": "ChatWorkerClient",
33015
- "declaration": {
33016
- "name": "ChatWorkerClient",
33017
- "module": "./webLLMClient"
33018
- }
33019
- },
33020
- {
33021
- "kind": "js",
33022
- "name": "ChatModule",
33023
- "declaration": {
33024
- "name": "ChatModule",
33025
- "module": "./webLLMChatModule"
33026
- }
33027
- },
33028
- {
33029
- "kind": "js",
33030
- "name": "*",
33031
- "declaration": {
33032
- "name": "*",
33033
- "package": "./webLLMShared"
33034
- }
33035
- }
33036
- ]
33037
- },
33038
- {
33039
- "kind": "javascript-module",
33040
- "path": "src/types/webModel/webLLM/webLLMChatModule.ts",
33077
+ "path": "src/views/chat/input/buttonContainers/buttonContainers.ts",
33041
33078
  "declarations": [
33042
33079
  {
33043
33080
  "kind": "class",
33044
33081
  "description": "",
33045
- "name": "ChatModule",
33082
+ "name": "ButtonContainers",
33046
33083
  "members": [
33047
33084
  {
33048
- "kind": "field",
33049
- "name": "logger",
33050
- "privacy": "private",
33051
- "readonly": true
33052
- },
33053
- {
33054
- "kind": "field",
33055
- "name": "pipeline",
33056
- "privacy": "private",
33057
- "readonly": true
33058
- },
33059
- {
33060
- "kind": "field",
33061
- "name": "initProgressCallback",
33062
- "privacy": "private",
33063
- "readonly": true
33085
+ "kind": "method",
33086
+ "name": "create",
33087
+ "privacy": "public",
33088
+ "static": true
33064
33089
  },
33065
33090
  {
33066
- "kind": "field",
33067
- "name": "interruptSignal",
33068
- "privacy": "private",
33069
- "readonly": true
33091
+ "kind": "method",
33092
+ "name": "add",
33093
+ "privacy": "public",
33094
+ "static": true,
33095
+ "parameters": [
33096
+ {
33097
+ "name": "inputContainer",
33098
+ "type": {
33099
+ "text": "HTMLElement"
33100
+ }
33101
+ },
33102
+ {
33103
+ "name": "buttonContainers",
33104
+ "type": {
33105
+ "text": "ButtonContainersT"
33106
+ }
33107
+ }
33108
+ ]
33070
33109
  },
33071
33110
  {
33072
33111
  "kind": "method",
33073
- "name": "setInitProgressCallback",
33074
- "return": {
33075
- "type": {
33076
- "text": "void"
33077
- }
33078
- },
33112
+ "name": "getContainerIndex",
33113
+ "privacy": "private",
33114
+ "static": true,
33079
33115
  "parameters": [
33080
33116
  {
33081
- "name": "initProgressCallback",
33117
+ "name": "position",
33082
33118
  "type": {
33083
- "text": "InitProgressCallback"
33119
+ "text": "ButtonPosition"
33084
33120
  }
33085
33121
  }
33086
33122
  ]
33087
33123
  },
33088
33124
  {
33089
33125
  "kind": "method",
33090
- "name": "reload",
33091
- "return": {
33092
- "type": {
33093
- "text": "Promise<void>"
33094
- }
33095
- },
33126
+ "name": "addButton",
33127
+ "privacy": "public",
33128
+ "static": true,
33096
33129
  "parameters": [
33097
33130
  {
33098
- "name": "localId",
33131
+ "name": "buttonContainers",
33099
33132
  "type": {
33100
- "text": "string"
33133
+ "text": "ButtonContainersT"
33101
33134
  }
33102
33135
  },
33103
33136
  {
33104
- "name": "chatOpts",
33105
- "optional": true,
33137
+ "name": "elementRef",
33106
33138
  "type": {
33107
- "text": "ChatOptions"
33139
+ "text": "HTMLElement"
33108
33140
  }
33109
33141
  },
33110
33142
  {
33111
- "name": "appConfig",
33112
- "optional": true,
33143
+ "name": "position",
33113
33144
  "type": {
33114
- "text": "AppConfig"
33145
+ "text": "ButtonPosition"
33115
33146
  }
33116
33147
  }
33117
33148
  ]
33118
- },
33149
+ }
33150
+ ]
33151
+ }
33152
+ ],
33153
+ "exports": [
33154
+ {
33155
+ "kind": "js",
33156
+ "name": "ButtonContainers",
33157
+ "declaration": {
33158
+ "name": "ButtonContainers",
33159
+ "module": "src/views/chat/input/buttonContainers/buttonContainers.ts"
33160
+ }
33161
+ }
33162
+ ]
33163
+ },
33164
+ {
33165
+ "kind": "javascript-module",
33166
+ "path": "src/views/chat/input/buttons/buttonCSS.ts",
33167
+ "declarations": [
33168
+ {
33169
+ "kind": "class",
33170
+ "description": "",
33171
+ "name": "ButtonCSS",
33172
+ "members": [
33119
33173
  {
33120
33174
  "kind": "method",
33121
- "name": "generate",
33122
- "return": {
33123
- "type": {
33124
- "text": "Promise<string>"
33125
- }
33126
- },
33175
+ "name": "unsetAllCSS",
33176
+ "privacy": "public",
33177
+ "static": true,
33127
33178
  "parameters": [
33128
33179
  {
33129
- "name": "input",
33180
+ "name": "button",
33130
33181
  "type": {
33131
- "text": "string"
33182
+ "text": "HTMLElement"
33132
33183
  }
33133
33184
  },
33134
33185
  {
33135
- "name": "progressCallback",
33136
- "optional": true,
33186
+ "name": "styles",
33137
33187
  "type": {
33138
- "text": "GenerateProgressCallback"
33188
+ "text": "ButtonStyles"
33189
+ }
33190
+ }
33191
+ ]
33192
+ },
33193
+ {
33194
+ "kind": "method",
33195
+ "name": "unsetActionCSS",
33196
+ "privacy": "public",
33197
+ "static": true,
33198
+ "parameters": [
33199
+ {
33200
+ "name": "button",
33201
+ "type": {
33202
+ "text": "HTMLElement"
33139
33203
  }
33140
33204
  },
33141
33205
  {
33142
- "name": "streamInterval",
33143
- "optional": true,
33206
+ "name": "styles",
33144
33207
  "type": {
33145
- "text": "number"
33146
- }
33147
- }
33148
- ]
33149
- },
33150
- {
33151
- "kind": "method",
33152
- "name": "interruptGenerate",
33153
- "return": {
33154
- "type": {
33155
- "text": "Promise<void>"
33156
- }
33157
- }
33158
- },
33159
- {
33160
- "kind": "method",
33161
- "name": "runtimeStatsText",
33162
- "return": {
33163
- "type": {
33164
- "text": "Promise<string>"
33165
- }
33166
- }
33167
- },
33168
- {
33169
- "kind": "method",
33170
- "name": "resetChat",
33171
- "return": {
33172
- "type": {
33173
- "text": "Promise<void>"
33174
- }
33175
- }
33176
- },
33177
- {
33178
- "kind": "method",
33179
- "name": "unload",
33180
- "return": {
33181
- "type": {
33182
- "text": "Promise<void>"
33183
- }
33184
- }
33185
- },
33186
- {
33187
- "kind": "method",
33188
- "name": "stopped",
33189
- "return": {
33190
- "type": {
33191
- "text": "boolean"
33192
- }
33193
- }
33194
- },
33195
- {
33196
- "kind": "method",
33197
- "name": "getMessage",
33198
- "return": {
33199
- "type": {
33200
- "text": "string"
33201
- }
33202
- }
33203
- },
33204
- {
33205
- "kind": "method",
33206
- "name": "prefill",
33207
- "return": {
33208
- "type": {
33209
- "text": "Promise<void>"
33210
- }
33211
- },
33212
- "parameters": [
33213
- {
33214
- "name": "input",
33215
- "type": {
33216
- "text": "string"
33217
- }
33218
- }
33219
- ]
33220
- },
33221
- {
33222
- "kind": "method",
33223
- "name": "decode",
33224
- "return": {
33225
- "type": {
33226
- "text": "Promise<void>"
33227
- }
33228
- }
33229
- },
33230
- {
33231
- "kind": "field",
33232
- "name": "getPipeline",
33233
- "privacy": "private",
33234
- "readonly": true
33235
- },
33236
- {
33237
- "kind": "field",
33238
- "name": "asyncLoadTokenizer",
33239
- "privacy": "private",
33240
- "readonly": true
33241
- }
33242
- ]
33243
- }
33244
- ],
33245
- "exports": [
33246
- {
33247
- "kind": "js",
33248
- "name": "ChatModule",
33249
- "declaration": {
33250
- "name": "ChatModule",
33251
- "module": "src/types/webModel/webLLM/webLLMChatModule.ts"
33252
- }
33253
- }
33254
- ]
33255
- },
33256
- {
33257
- "kind": "javascript-module",
33258
- "path": "src/types/webModel/webLLM/webLLMClient.ts",
33259
- "declarations": [
33260
- {
33261
- "kind": "class",
33262
- "description": "",
33263
- "name": "ChatWorkerHandler",
33264
- "members": [
33265
- {
33266
- "kind": "field",
33267
- "name": "chat",
33268
- "privacy": "private",
33269
- "readonly": true
33270
- },
33271
- {
33272
- "kind": "method",
33273
- "name": "handleTask",
33274
- "return": {
33275
- "type": {
33276
- "text": "Promise<void>"
33277
- }
33278
- },
33279
- "parameters": [
33280
- {
33281
- "name": "uuid",
33282
- "type": {
33283
- "text": "string"
33284
- }
33285
- },
33286
- {
33287
- "name": "task",
33288
- "type": {
33289
- "text": "() => Promise<T>"
33290
- }
33291
- }
33292
- ]
33293
- },
33294
- {
33295
- "kind": "method",
33296
- "name": "onmessage",
33297
- "return": {
33298
- "type": {
33299
- "text": "void"
33300
- }
33301
- },
33302
- "parameters": [
33303
- {
33304
- "name": "event",
33305
- "type": {
33306
- "text": "MessageEvent"
33307
- }
33308
- }
33309
- ]
33310
- }
33311
- ]
33312
- },
33313
- {
33314
- "kind": "class",
33315
- "description": "",
33316
- "name": "ChatWorkerClient",
33317
- "members": [
33318
- {
33319
- "kind": "field",
33320
- "name": "worker",
33321
- "type": {
33322
- "text": "ChatWorker"
33323
- }
33324
- },
33325
- {
33326
- "kind": "field",
33327
- "name": "initProgressCallback",
33328
- "privacy": "private",
33329
- "readonly": true
33330
- },
33331
- {
33332
- "kind": "field",
33333
- "name": "generateCallbackRegistry",
33334
- "privacy": "private",
33335
- "readonly": true
33336
- },
33337
- {
33338
- "kind": "field",
33339
- "name": "pendingPromise",
33340
- "privacy": "private",
33341
- "readonly": true
33342
- },
33343
- {
33344
- "kind": "method",
33345
- "name": "setInitProgressCallback",
33346
- "return": {
33347
- "type": {
33348
- "text": "void"
33349
- }
33350
- },
33351
- "parameters": [
33352
- {
33353
- "name": "initProgressCallback",
33354
- "type": {
33355
- "text": "InitProgressCallback"
33356
- }
33357
- }
33358
- ]
33359
- },
33360
- {
33361
- "kind": "field",
33362
- "name": "getPromise",
33363
- "privacy": "private",
33364
- "readonly": true
33365
- },
33366
- {
33367
- "kind": "method",
33368
- "name": "reload",
33369
- "return": {
33370
- "type": {
33371
- "text": "Promise<void>"
33372
- }
33373
- },
33374
- "parameters": [
33375
- {
33376
- "name": "localIdOrUrl",
33377
- "type": {
33378
- "text": "string"
33379
- }
33380
- },
33381
- {
33382
- "name": "chatOpts",
33383
- "optional": true,
33384
- "type": {
33385
- "text": "ChatOptions"
33386
- }
33387
- },
33388
- {
33389
- "name": "appConfig",
33390
- "optional": true,
33391
- "type": {
33392
- "text": "AppConfig"
33393
- }
33394
- }
33395
- ]
33396
- },
33397
- {
33398
- "kind": "method",
33399
- "name": "generate",
33400
- "return": {
33401
- "type": {
33402
- "text": "Promise<string>"
33403
- }
33404
- },
33405
- "parameters": [
33406
- {
33407
- "name": "input",
33408
- "type": {
33409
- "text": "string"
33410
- }
33411
- },
33412
- {
33413
- "name": "progressCallback",
33414
- "optional": true,
33415
- "type": {
33416
- "text": "GenerateProgressCallback"
33417
- }
33418
- },
33419
- {
33420
- "name": "streamInterval",
33421
- "optional": true,
33422
- "type": {
33423
- "text": "number"
33424
- }
33425
- }
33426
- ]
33427
- },
33428
- {
33429
- "kind": "method",
33430
- "name": "runtimeStatsText",
33431
- "return": {
33432
- "type": {
33433
- "text": "Promise<string>"
33434
- }
33435
- }
33436
- },
33437
- {
33438
- "kind": "method",
33439
- "name": "interruptGenerate",
33440
- "return": {
33441
- "type": {
33442
- "text": "void"
33443
- }
33444
- }
33445
- },
33446
- {
33447
- "kind": "method",
33448
- "name": "unload",
33449
- "return": {
33450
- "type": {
33451
- "text": "Promise<void>"
33452
- }
33453
- }
33454
- },
33455
- {
33456
- "kind": "method",
33457
- "name": "resetChat",
33458
- "return": {
33459
- "type": {
33460
- "text": "Promise<void>"
33461
- }
33462
- }
33463
- },
33464
- {
33465
- "kind": "method",
33466
- "name": "onmessage",
33467
- "return": {
33468
- "type": {
33469
- "text": "void"
33470
- }
33471
- },
33472
- "parameters": [
33473
- {
33474
- "name": "event",
33475
- "type": {
33476
- "text": "any"
33477
- }
33478
- }
33479
- ]
33480
- }
33481
- ]
33482
- }
33483
- ],
33484
- "exports": [
33485
- {
33486
- "kind": "js",
33487
- "name": "ChatWorkerHandler",
33488
- "declaration": {
33489
- "name": "ChatWorkerHandler",
33490
- "module": "src/types/webModel/webLLM/webLLMClient.ts"
33491
- }
33492
- },
33493
- {
33494
- "kind": "js",
33495
- "name": "ChatWorkerClient",
33496
- "declaration": {
33497
- "name": "ChatWorkerClient",
33498
- "module": "src/types/webModel/webLLM/webLLMClient.ts"
33499
- }
33500
- }
33501
- ]
33502
- },
33503
- {
33504
- "kind": "javascript-module",
33505
- "path": "src/types/webModel/webLLM/webLLMShared.ts",
33506
- "declarations": [
33507
- {
33508
- "kind": "variable",
33509
- "name": "prebuiltAppConfig",
33510
- "type": {
33511
- "text": "AppConfig"
33512
- }
33513
- }
33514
- ],
33515
- "exports": [
33516
- {
33517
- "kind": "js",
33518
- "name": "prebuiltAppConfig",
33519
- "declaration": {
33520
- "name": "prebuiltAppConfig",
33521
- "module": "src/types/webModel/webLLM/webLLMShared.ts"
33522
- }
33523
- }
33524
- ]
33525
- },
33526
- {
33527
- "kind": "javascript-module",
33528
- "path": "src/views/chat/input/buttons/buttonCSS.ts",
33529
- "declarations": [
33530
- {
33531
- "kind": "class",
33532
- "description": "",
33533
- "name": "ButtonCSS",
33534
- "members": [
33535
- {
33536
- "kind": "method",
33537
- "name": "unsetAllCSS",
33538
- "privacy": "public",
33539
- "static": true,
33540
- "parameters": [
33541
- {
33542
- "name": "button",
33543
- "type": {
33544
- "text": "HTMLElement"
33545
- }
33546
- },
33547
- {
33548
- "name": "styles",
33549
- "type": {
33550
- "text": "ButtonStyles"
33551
- }
33552
- }
33553
- ]
33554
- },
33555
- {
33556
- "kind": "method",
33557
- "name": "unsetActionCSS",
33558
- "privacy": "public",
33559
- "static": true,
33560
- "parameters": [
33561
- {
33562
- "name": "button",
33563
- "type": {
33564
- "text": "HTMLElement"
33565
- }
33566
- },
33567
- {
33568
- "name": "styles",
33569
- "type": {
33570
- "text": "ButtonStyles"
33208
+ "text": "ButtonStyles"
33571
33209
  }
33572
33210
  }
33573
33211
  ]
@@ -33939,376 +33577,113 @@
33939
33577
  },
33940
33578
  {
33941
33579
  "kind": "javascript-module",
33942
- "path": "src/views/chat/input/buttonContainers/buttonContainers.ts",
33580
+ "path": "src/views/chat/input/dropup/dropup.ts",
33943
33581
  "declarations": [
33944
33582
  {
33945
33583
  "kind": "class",
33946
33584
  "description": "",
33947
- "name": "ButtonContainers",
33585
+ "name": "Dropup",
33948
33586
  "members": [
33587
+ {
33588
+ "kind": "field",
33589
+ "name": "_menu",
33590
+ "type": {
33591
+ "text": "DropupMenu"
33592
+ },
33593
+ "privacy": "private",
33594
+ "readonly": true,
33595
+ "default": "new DropupMenu(containerElement, styles?.menu)"
33596
+ },
33597
+ {
33598
+ "kind": "field",
33599
+ "name": "buttonContainer",
33600
+ "type": {
33601
+ "text": "HTMLElement"
33602
+ },
33603
+ "readonly": true
33604
+ },
33949
33605
  {
33950
33606
  "kind": "method",
33951
- "name": "create",
33952
- "privacy": "public",
33607
+ "name": "createButtonElement",
33608
+ "privacy": "private",
33953
33609
  "static": true
33954
33610
  },
33955
33611
  {
33956
33612
  "kind": "method",
33957
- "name": "add",
33958
- "privacy": "public",
33959
- "static": true,
33613
+ "name": "createInnerElements",
33614
+ "privacy": "private",
33960
33615
  "parameters": [
33961
33616
  {
33962
- "name": "inputContainer",
33617
+ "name": "customStyles",
33618
+ "optional": true,
33963
33619
  "type": {
33964
- "text": "HTMLElement"
33620
+ "text": "Styles"
33621
+ }
33622
+ }
33623
+ ]
33624
+ },
33625
+ {
33626
+ "kind": "method",
33627
+ "name": "createInnerElement",
33628
+ "privacy": "private",
33629
+ "parameters": [
33630
+ {
33631
+ "name": "baseButton",
33632
+ "type": {
33633
+ "text": "SVGGraphicsElement"
33965
33634
  }
33966
33635
  },
33967
33636
  {
33968
- "name": "buttonContainers",
33637
+ "name": "state",
33969
33638
  "type": {
33970
- "text": "ButtonContainersT"
33639
+ "text": "'styles'"
33640
+ }
33641
+ },
33642
+ {
33643
+ "name": "customStyles",
33644
+ "optional": true,
33645
+ "type": {
33646
+ "text": "Styles"
33971
33647
  }
33972
33648
  }
33973
33649
  ]
33974
33650
  },
33975
33651
  {
33976
33652
  "kind": "method",
33977
- "name": "getContainerIndex",
33653
+ "name": "createSVGIconElement",
33978
33654
  "privacy": "private",
33979
- "static": true,
33655
+ "static": true
33656
+ },
33657
+ {
33658
+ "kind": "method",
33659
+ "name": "addClickEvent",
33660
+ "privacy": "private"
33661
+ },
33662
+ {
33663
+ "kind": "method",
33664
+ "name": "createButtonContainer",
33665
+ "privacy": "private",
33666
+ "static": true
33667
+ },
33668
+ {
33669
+ "kind": "method",
33670
+ "name": "addItem",
33980
33671
  "parameters": [
33981
33672
  {
33982
- "name": "position",
33673
+ "name": "buttonProps",
33983
33674
  "type": {
33984
- "text": "ButtonPosition"
33675
+ "text": "InputButton"
33985
33676
  }
33986
33677
  }
33987
33678
  ]
33988
33679
  },
33989
33680
  {
33990
33681
  "kind": "method",
33991
- "name": "addButton",
33992
- "privacy": "public",
33993
- "static": true,
33682
+ "name": "addContainerEvents",
33683
+ "privacy": "private",
33994
33684
  "parameters": [
33995
33685
  {
33996
- "name": "buttonContainers",
33997
- "type": {
33998
- "text": "ButtonContainersT"
33999
- }
34000
- },
34001
- {
34002
- "name": "elementRef",
34003
- "type": {
34004
- "text": "HTMLElement"
34005
- }
34006
- },
34007
- {
34008
- "name": "position",
34009
- "type": {
34010
- "text": "ButtonPosition"
34011
- }
34012
- }
34013
- ]
34014
- }
34015
- ]
34016
- }
34017
- ],
34018
- "exports": [
34019
- {
34020
- "kind": "js",
34021
- "name": "ButtonContainers",
34022
- "declaration": {
34023
- "name": "ButtonContainers",
34024
- "module": "src/views/chat/input/buttonContainers/buttonContainers.ts"
34025
- }
34026
- }
34027
- ]
34028
- },
34029
- {
34030
- "kind": "javascript-module",
34031
- "path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
34032
- "declarations": [
34033
- {
34034
- "kind": "class",
34035
- "description": "",
34036
- "name": "FileAttachments",
34037
- "members": [
34038
- {
34039
- "kind": "field",
34040
- "name": "_fileAttachmentsTypes",
34041
- "type": {
34042
- "text": "FileAttachmentsType[]"
34043
- },
34044
- "privacy": "private",
34045
- "readonly": true,
34046
- "default": "[]"
34047
- },
34048
- {
34049
- "kind": "field",
34050
- "name": "elementRef",
34051
- "type": {
34052
- "text": "HTMLElement"
34053
- },
34054
- "readonly": true
34055
- },
34056
- {
34057
- "kind": "method",
34058
- "name": "addType",
34059
- "parameters": [
34060
- {
34061
- "name": "deepChat",
34062
- "type": {
34063
- "text": "DeepChat"
34064
- }
34065
- },
34066
- {
34067
- "name": "files",
34068
- "type": {
34069
- "text": "FileAttachmentsT"
34070
- }
34071
- },
34072
- {
34073
- "name": "type",
34074
- "type": {
34075
- "text": "keyof ServiceFileTypes"
34076
- }
34077
- }
34078
- ]
34079
- },
34080
- {
34081
- "kind": "method",
34082
- "name": "createAttachmentContainer",
34083
- "privacy": "private"
34084
- },
34085
- {
34086
- "kind": "method",
34087
- "name": "toggleContainerDisplay",
34088
- "privacy": "private",
34089
- "parameters": [
34090
- {
34091
- "name": "display",
34092
- "type": {
34093
- "text": "boolean"
34094
- }
34095
- }
34096
- ]
34097
- },
34098
- {
34099
- "kind": "method",
34100
- "name": "getAllFileData"
34101
- },
34102
- {
34103
- "kind": "method",
34104
- "name": "completePlaceholders"
34105
- },
34106
- {
34107
- "kind": "method",
34108
- "name": "addFilesToType",
34109
- "privacy": "public",
34110
- "static": true,
34111
- "parameters": [
34112
- {
34113
- "name": "files",
34114
- "type": {
34115
- "text": "File[]"
34116
- }
34117
- },
34118
- {
34119
- "name": "fileAttachmentTypes",
34120
- "type": {
34121
- "text": "FileAttachmentsType[]"
34122
- }
34123
- }
34124
- ]
34125
- },
34126
- {
34127
- "kind": "method",
34128
- "name": "addFilesToAnyType",
34129
- "parameters": [
34130
- {
34131
- "name": "files",
34132
- "type": {
34133
- "text": "File[]"
34134
- }
34135
- }
34136
- ]
34137
- },
34138
- {
34139
- "kind": "method",
34140
- "name": "removeAllFiles"
34141
- },
34142
- {
34143
- "kind": "method",
34144
- "name": "getNumberOfTypes"
34145
- }
34146
- ]
34147
- }
34148
- ],
34149
- "exports": [
34150
- {
34151
- "kind": "js",
34152
- "name": "FileAttachments",
34153
- "declaration": {
34154
- "name": "FileAttachments",
34155
- "module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
34156
- }
34157
- }
34158
- ]
34159
- },
34160
- {
34161
- "kind": "javascript-module",
34162
- "path": "src/views/chat/input/fileAttachments/newFileName.ts",
34163
- "declarations": [
34164
- {
34165
- "kind": "class",
34166
- "description": "",
34167
- "name": "NewFileName",
34168
- "members": [
34169
- {
34170
- "kind": "method",
34171
- "name": "getFileName",
34172
- "privacy": "public",
34173
- "static": true,
34174
- "parameters": [
34175
- {
34176
- "name": "prefix",
34177
- "type": {
34178
- "text": "string"
34179
- }
34180
- },
34181
- {
34182
- "name": "extension",
34183
- "type": {
34184
- "text": "string"
34185
- }
34186
- }
34187
- ]
34188
- }
34189
- ]
34190
- }
34191
- ],
34192
- "exports": [
34193
- {
34194
- "kind": "js",
34195
- "name": "NewFileName",
34196
- "declaration": {
34197
- "name": "NewFileName",
34198
- "module": "src/views/chat/input/fileAttachments/newFileName.ts"
34199
- }
34200
- }
34201
- ]
34202
- },
34203
- {
34204
- "kind": "javascript-module",
34205
- "path": "src/views/chat/input/dropup/dropup.ts",
34206
- "declarations": [
34207
- {
34208
- "kind": "class",
34209
- "description": "",
34210
- "name": "Dropup",
34211
- "members": [
34212
- {
34213
- "kind": "field",
34214
- "name": "_menu",
34215
- "type": {
34216
- "text": "DropupMenu"
34217
- },
34218
- "privacy": "private",
34219
- "readonly": true,
34220
- "default": "new DropupMenu(containerElement, styles?.menu)"
34221
- },
34222
- {
34223
- "kind": "field",
34224
- "name": "buttonContainer",
34225
- "type": {
34226
- "text": "HTMLElement"
34227
- },
34228
- "readonly": true
34229
- },
34230
- {
34231
- "kind": "method",
34232
- "name": "createButtonElement",
34233
- "privacy": "private",
34234
- "static": true
34235
- },
34236
- {
34237
- "kind": "method",
34238
- "name": "createInnerElements",
34239
- "privacy": "private",
34240
- "parameters": [
34241
- {
34242
- "name": "customStyles",
34243
- "optional": true,
34244
- "type": {
34245
- "text": "Styles"
34246
- }
34247
- }
34248
- ]
34249
- },
34250
- {
34251
- "kind": "method",
34252
- "name": "createInnerElement",
34253
- "privacy": "private",
34254
- "parameters": [
34255
- {
34256
- "name": "baseButton",
34257
- "type": {
34258
- "text": "SVGGraphicsElement"
34259
- }
34260
- },
34261
- {
34262
- "name": "state",
34263
- "type": {
34264
- "text": "'styles'"
34265
- }
34266
- },
34267
- {
34268
- "name": "customStyles",
34269
- "optional": true,
34270
- "type": {
34271
- "text": "Styles"
34272
- }
34273
- }
34274
- ]
34275
- },
34276
- {
34277
- "kind": "method",
34278
- "name": "createSVGIconElement",
34279
- "privacy": "private",
34280
- "static": true
34281
- },
34282
- {
34283
- "kind": "method",
34284
- "name": "addClickEvent",
34285
- "privacy": "private"
34286
- },
34287
- {
34288
- "kind": "method",
34289
- "name": "createButtonContainer",
34290
- "privacy": "private",
34291
- "static": true
34292
- },
34293
- {
34294
- "kind": "method",
34295
- "name": "addItem",
34296
- "parameters": [
34297
- {
34298
- "name": "buttonProps",
34299
- "type": {
34300
- "text": "InputButton"
34301
- }
34302
- }
34303
- ]
34304
- },
34305
- {
34306
- "kind": "method",
34307
- "name": "addContainerEvents",
34308
- "privacy": "private",
34309
- "parameters": [
34310
- {
34311
- "name": "containerElement",
33686
+ "name": "containerElement",
34312
33687
  "type": {
34313
33688
  "text": "HTMLElement"
34314
33689
  }
@@ -34960,186 +34335,6 @@
34960
34335
  }
34961
34336
  ]
34962
34337
  },
34963
- {
34964
- "kind": "javascript-module",
34965
- "path": "src/views/chat/input/validation/validationHandler.ts",
34966
- "declarations": [
34967
- {
34968
- "kind": "class",
34969
- "description": "",
34970
- "name": "ValidationHandler",
34971
- "members": [
34972
- {
34973
- "kind": "method",
34974
- "name": "validate",
34975
- "privacy": "private",
34976
- "static": true,
34977
- "parameters": [
34978
- {
34979
- "name": "validation",
34980
- "type": {
34981
- "text": "ValidateFunc"
34982
- }
34983
- },
34984
- {
34985
- "name": "submitButton",
34986
- "type": {
34987
- "text": "SubmitButton"
34988
- }
34989
- },
34990
- {
34991
- "name": "text",
34992
- "optional": true,
34993
- "type": {
34994
- "text": "string"
34995
- }
34996
- },
34997
- {
34998
- "name": "files",
34999
- "optional": true,
35000
- "type": {
35001
- "text": "File[]"
35002
- }
35003
- },
35004
- {
35005
- "name": "isProgrammatic",
35006
- "optional": true,
35007
- "type": {
35008
- "text": "boolean"
35009
- }
35010
- }
35011
- ]
35012
- },
35013
- {
35014
- "kind": "method",
35015
- "name": "useValidationFunc",
35016
- "privacy": "private",
35017
- "static": true,
35018
- "parameters": [
35019
- {
35020
- "name": "validation",
35021
- "type": {
35022
- "text": "ValidateFunc"
35023
- }
35024
- },
35025
- {
35026
- "name": "textInput",
35027
- "type": {
35028
- "text": "TextInputEl"
35029
- }
35030
- },
35031
- {
35032
- "name": "fileAttachments",
35033
- "type": {
35034
- "text": "FileAttachments"
35035
- }
35036
- },
35037
- {
35038
- "name": "submitButton",
35039
- "type": {
35040
- "text": "SubmitButton"
35041
- }
35042
- }
35043
- ]
35044
- },
35045
- {
35046
- "kind": "method",
35047
- "name": "useValidationFuncProgrammatic",
35048
- "privacy": "private",
35049
- "static": true,
35050
- "parameters": [
35051
- {
35052
- "name": "validation",
35053
- "type": {
35054
- "text": "ValidateFunc"
35055
- }
35056
- },
35057
- {
35058
- "name": "programmatic",
35059
- "type": {
35060
- "text": "UserContentI"
35061
- }
35062
- },
35063
- {
35064
- "name": "submitButton",
35065
- "type": {
35066
- "text": "SubmitButton"
35067
- }
35068
- }
35069
- ]
35070
- },
35071
- {
35072
- "kind": "method",
35073
- "name": "validateWebsocket",
35074
- "privacy": "private",
35075
- "static": true,
35076
- "parameters": [
35077
- {
35078
- "name": "serviceIO",
35079
- "type": {
35080
- "text": "ServiceIO"
35081
- }
35082
- },
35083
- {
35084
- "name": "submitButton",
35085
- "type": {
35086
- "text": "SubmitButton"
35087
- }
35088
- }
35089
- ]
35090
- },
35091
- {
35092
- "kind": "method",
35093
- "name": "attach",
35094
- "privacy": "public",
35095
- "static": true,
35096
- "parameters": [
35097
- {
35098
- "name": "deepChat",
35099
- "type": {
35100
- "text": "DeepChat"
35101
- }
35102
- },
35103
- {
35104
- "name": "serviceIO",
35105
- "type": {
35106
- "text": "ServiceIO"
35107
- }
35108
- },
35109
- {
35110
- "name": "textInput",
35111
- "type": {
35112
- "text": "TextInputEl"
35113
- }
35114
- },
35115
- {
35116
- "name": "fileAttachments",
35117
- "type": {
35118
- "text": "FileAttachments"
35119
- }
35120
- },
35121
- {
35122
- "name": "submitButton",
35123
- "type": {
35124
- "text": "SubmitButton"
35125
- }
35126
- }
35127
- ]
35128
- }
35129
- ]
35130
- }
35131
- ],
35132
- "exports": [
35133
- {
35134
- "kind": "js",
35135
- "name": "ValidationHandler",
35136
- "declaration": {
35137
- "name": "ValidationHandler",
35138
- "module": "src/views/chat/input/validation/validationHandler.ts"
35139
- }
35140
- }
35141
- ]
35142
- },
35143
34338
  {
35144
34339
  "kind": "javascript-module",
35145
34340
  "path": "src/views/chat/input/textInput/focusUtils.ts",
@@ -35583,6 +34778,879 @@
35583
34778
  }
35584
34779
  ]
35585
34780
  },
34781
+ {
34782
+ "kind": "javascript-module",
34783
+ "path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
34784
+ "declarations": [
34785
+ {
34786
+ "kind": "class",
34787
+ "description": "",
34788
+ "name": "FileAttachments",
34789
+ "members": [
34790
+ {
34791
+ "kind": "field",
34792
+ "name": "_fileAttachmentsTypes",
34793
+ "type": {
34794
+ "text": "FileAttachmentsType[]"
34795
+ },
34796
+ "privacy": "private",
34797
+ "readonly": true,
34798
+ "default": "[]"
34799
+ },
34800
+ {
34801
+ "kind": "field",
34802
+ "name": "elementRef",
34803
+ "type": {
34804
+ "text": "HTMLElement"
34805
+ },
34806
+ "readonly": true
34807
+ },
34808
+ {
34809
+ "kind": "method",
34810
+ "name": "addType",
34811
+ "parameters": [
34812
+ {
34813
+ "name": "deepChat",
34814
+ "type": {
34815
+ "text": "DeepChat"
34816
+ }
34817
+ },
34818
+ {
34819
+ "name": "files",
34820
+ "type": {
34821
+ "text": "FileAttachmentsT"
34822
+ }
34823
+ },
34824
+ {
34825
+ "name": "type",
34826
+ "type": {
34827
+ "text": "keyof ServiceFileTypes"
34828
+ }
34829
+ }
34830
+ ]
34831
+ },
34832
+ {
34833
+ "kind": "method",
34834
+ "name": "createAttachmentContainer",
34835
+ "privacy": "private"
34836
+ },
34837
+ {
34838
+ "kind": "method",
34839
+ "name": "toggleContainerDisplay",
34840
+ "privacy": "private",
34841
+ "parameters": [
34842
+ {
34843
+ "name": "display",
34844
+ "type": {
34845
+ "text": "boolean"
34846
+ }
34847
+ }
34848
+ ]
34849
+ },
34850
+ {
34851
+ "kind": "method",
34852
+ "name": "getAllFileData"
34853
+ },
34854
+ {
34855
+ "kind": "method",
34856
+ "name": "completePlaceholders"
34857
+ },
34858
+ {
34859
+ "kind": "method",
34860
+ "name": "addFilesToType",
34861
+ "privacy": "public",
34862
+ "static": true,
34863
+ "parameters": [
34864
+ {
34865
+ "name": "files",
34866
+ "type": {
34867
+ "text": "File[]"
34868
+ }
34869
+ },
34870
+ {
34871
+ "name": "fileAttachmentTypes",
34872
+ "type": {
34873
+ "text": "FileAttachmentsType[]"
34874
+ }
34875
+ }
34876
+ ]
34877
+ },
34878
+ {
34879
+ "kind": "method",
34880
+ "name": "addFilesToAnyType",
34881
+ "parameters": [
34882
+ {
34883
+ "name": "files",
34884
+ "type": {
34885
+ "text": "File[]"
34886
+ }
34887
+ }
34888
+ ]
34889
+ },
34890
+ {
34891
+ "kind": "method",
34892
+ "name": "removeAllFiles"
34893
+ },
34894
+ {
34895
+ "kind": "method",
34896
+ "name": "getNumberOfTypes"
34897
+ }
34898
+ ]
34899
+ }
34900
+ ],
34901
+ "exports": [
34902
+ {
34903
+ "kind": "js",
34904
+ "name": "FileAttachments",
34905
+ "declaration": {
34906
+ "name": "FileAttachments",
34907
+ "module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
34908
+ }
34909
+ }
34910
+ ]
34911
+ },
34912
+ {
34913
+ "kind": "javascript-module",
34914
+ "path": "src/views/chat/input/fileAttachments/newFileName.ts",
34915
+ "declarations": [
34916
+ {
34917
+ "kind": "class",
34918
+ "description": "",
34919
+ "name": "NewFileName",
34920
+ "members": [
34921
+ {
34922
+ "kind": "method",
34923
+ "name": "getFileName",
34924
+ "privacy": "public",
34925
+ "static": true,
34926
+ "parameters": [
34927
+ {
34928
+ "name": "prefix",
34929
+ "type": {
34930
+ "text": "string"
34931
+ }
34932
+ },
34933
+ {
34934
+ "name": "extension",
34935
+ "type": {
34936
+ "text": "string"
34937
+ }
34938
+ }
34939
+ ]
34940
+ }
34941
+ ]
34942
+ }
34943
+ ],
34944
+ "exports": [
34945
+ {
34946
+ "kind": "js",
34947
+ "name": "NewFileName",
34948
+ "declaration": {
34949
+ "name": "NewFileName",
34950
+ "module": "src/views/chat/input/fileAttachments/newFileName.ts"
34951
+ }
34952
+ }
34953
+ ]
34954
+ },
34955
+ {
34956
+ "kind": "javascript-module",
34957
+ "path": "src/views/chat/input/validation/validationHandler.ts",
34958
+ "declarations": [
34959
+ {
34960
+ "kind": "class",
34961
+ "description": "",
34962
+ "name": "ValidationHandler",
34963
+ "members": [
34964
+ {
34965
+ "kind": "method",
34966
+ "name": "validate",
34967
+ "privacy": "private",
34968
+ "static": true,
34969
+ "parameters": [
34970
+ {
34971
+ "name": "validation",
34972
+ "type": {
34973
+ "text": "ValidateFunc"
34974
+ }
34975
+ },
34976
+ {
34977
+ "name": "submitButton",
34978
+ "type": {
34979
+ "text": "SubmitButton"
34980
+ }
34981
+ },
34982
+ {
34983
+ "name": "text",
34984
+ "optional": true,
34985
+ "type": {
34986
+ "text": "string"
34987
+ }
34988
+ },
34989
+ {
34990
+ "name": "files",
34991
+ "optional": true,
34992
+ "type": {
34993
+ "text": "File[]"
34994
+ }
34995
+ },
34996
+ {
34997
+ "name": "isProgrammatic",
34998
+ "optional": true,
34999
+ "type": {
35000
+ "text": "boolean"
35001
+ }
35002
+ }
35003
+ ]
35004
+ },
35005
+ {
35006
+ "kind": "method",
35007
+ "name": "useValidationFunc",
35008
+ "privacy": "private",
35009
+ "static": true,
35010
+ "parameters": [
35011
+ {
35012
+ "name": "validation",
35013
+ "type": {
35014
+ "text": "ValidateFunc"
35015
+ }
35016
+ },
35017
+ {
35018
+ "name": "textInput",
35019
+ "type": {
35020
+ "text": "TextInputEl"
35021
+ }
35022
+ },
35023
+ {
35024
+ "name": "fileAttachments",
35025
+ "type": {
35026
+ "text": "FileAttachments"
35027
+ }
35028
+ },
35029
+ {
35030
+ "name": "submitButton",
35031
+ "type": {
35032
+ "text": "SubmitButton"
35033
+ }
35034
+ }
35035
+ ]
35036
+ },
35037
+ {
35038
+ "kind": "method",
35039
+ "name": "useValidationFuncProgrammatic",
35040
+ "privacy": "private",
35041
+ "static": true,
35042
+ "parameters": [
35043
+ {
35044
+ "name": "validation",
35045
+ "type": {
35046
+ "text": "ValidateFunc"
35047
+ }
35048
+ },
35049
+ {
35050
+ "name": "programmatic",
35051
+ "type": {
35052
+ "text": "UserContentI"
35053
+ }
35054
+ },
35055
+ {
35056
+ "name": "submitButton",
35057
+ "type": {
35058
+ "text": "SubmitButton"
35059
+ }
35060
+ }
35061
+ ]
35062
+ },
35063
+ {
35064
+ "kind": "method",
35065
+ "name": "validateWebsocket",
35066
+ "privacy": "private",
35067
+ "static": true,
35068
+ "parameters": [
35069
+ {
35070
+ "name": "serviceIO",
35071
+ "type": {
35072
+ "text": "ServiceIO"
35073
+ }
35074
+ },
35075
+ {
35076
+ "name": "submitButton",
35077
+ "type": {
35078
+ "text": "SubmitButton"
35079
+ }
35080
+ }
35081
+ ]
35082
+ },
35083
+ {
35084
+ "kind": "method",
35085
+ "name": "attach",
35086
+ "privacy": "public",
35087
+ "static": true,
35088
+ "parameters": [
35089
+ {
35090
+ "name": "deepChat",
35091
+ "type": {
35092
+ "text": "DeepChat"
35093
+ }
35094
+ },
35095
+ {
35096
+ "name": "serviceIO",
35097
+ "type": {
35098
+ "text": "ServiceIO"
35099
+ }
35100
+ },
35101
+ {
35102
+ "name": "textInput",
35103
+ "type": {
35104
+ "text": "TextInputEl"
35105
+ }
35106
+ },
35107
+ {
35108
+ "name": "fileAttachments",
35109
+ "type": {
35110
+ "text": "FileAttachments"
35111
+ }
35112
+ },
35113
+ {
35114
+ "name": "submitButton",
35115
+ "type": {
35116
+ "text": "SubmitButton"
35117
+ }
35118
+ }
35119
+ ]
35120
+ }
35121
+ ]
35122
+ }
35123
+ ],
35124
+ "exports": [
35125
+ {
35126
+ "kind": "js",
35127
+ "name": "ValidationHandler",
35128
+ "declaration": {
35129
+ "name": "ValidationHandler",
35130
+ "module": "src/views/chat/input/validation/validationHandler.ts"
35131
+ }
35132
+ }
35133
+ ]
35134
+ },
35135
+ {
35136
+ "kind": "javascript-module",
35137
+ "path": "src/types/webModel/webLLM/webLLM.ts",
35138
+ "declarations": [],
35139
+ "exports": [
35140
+ {
35141
+ "kind": "js",
35142
+ "name": "ChatWorkerClient",
35143
+ "declaration": {
35144
+ "name": "ChatWorkerClient",
35145
+ "module": "./webLLMClient"
35146
+ }
35147
+ },
35148
+ {
35149
+ "kind": "js",
35150
+ "name": "ChatModule",
35151
+ "declaration": {
35152
+ "name": "ChatModule",
35153
+ "module": "./webLLMChatModule"
35154
+ }
35155
+ },
35156
+ {
35157
+ "kind": "js",
35158
+ "name": "*",
35159
+ "declaration": {
35160
+ "name": "*",
35161
+ "package": "./webLLMShared"
35162
+ }
35163
+ }
35164
+ ]
35165
+ },
35166
+ {
35167
+ "kind": "javascript-module",
35168
+ "path": "src/types/webModel/webLLM/webLLMChatModule.ts",
35169
+ "declarations": [
35170
+ {
35171
+ "kind": "class",
35172
+ "description": "",
35173
+ "name": "ChatModule",
35174
+ "members": [
35175
+ {
35176
+ "kind": "field",
35177
+ "name": "logger",
35178
+ "privacy": "private",
35179
+ "readonly": true
35180
+ },
35181
+ {
35182
+ "kind": "field",
35183
+ "name": "pipeline",
35184
+ "privacy": "private",
35185
+ "readonly": true
35186
+ },
35187
+ {
35188
+ "kind": "field",
35189
+ "name": "initProgressCallback",
35190
+ "privacy": "private",
35191
+ "readonly": true
35192
+ },
35193
+ {
35194
+ "kind": "field",
35195
+ "name": "interruptSignal",
35196
+ "privacy": "private",
35197
+ "readonly": true
35198
+ },
35199
+ {
35200
+ "kind": "method",
35201
+ "name": "setInitProgressCallback",
35202
+ "return": {
35203
+ "type": {
35204
+ "text": "void"
35205
+ }
35206
+ },
35207
+ "parameters": [
35208
+ {
35209
+ "name": "initProgressCallback",
35210
+ "type": {
35211
+ "text": "InitProgressCallback"
35212
+ }
35213
+ }
35214
+ ]
35215
+ },
35216
+ {
35217
+ "kind": "method",
35218
+ "name": "reload",
35219
+ "return": {
35220
+ "type": {
35221
+ "text": "Promise<void>"
35222
+ }
35223
+ },
35224
+ "parameters": [
35225
+ {
35226
+ "name": "localId",
35227
+ "type": {
35228
+ "text": "string"
35229
+ }
35230
+ },
35231
+ {
35232
+ "name": "chatOpts",
35233
+ "optional": true,
35234
+ "type": {
35235
+ "text": "ChatOptions"
35236
+ }
35237
+ },
35238
+ {
35239
+ "name": "appConfig",
35240
+ "optional": true,
35241
+ "type": {
35242
+ "text": "AppConfig"
35243
+ }
35244
+ }
35245
+ ]
35246
+ },
35247
+ {
35248
+ "kind": "method",
35249
+ "name": "generate",
35250
+ "return": {
35251
+ "type": {
35252
+ "text": "Promise<string>"
35253
+ }
35254
+ },
35255
+ "parameters": [
35256
+ {
35257
+ "name": "input",
35258
+ "type": {
35259
+ "text": "string"
35260
+ }
35261
+ },
35262
+ {
35263
+ "name": "progressCallback",
35264
+ "optional": true,
35265
+ "type": {
35266
+ "text": "GenerateProgressCallback"
35267
+ }
35268
+ },
35269
+ {
35270
+ "name": "streamInterval",
35271
+ "optional": true,
35272
+ "type": {
35273
+ "text": "number"
35274
+ }
35275
+ }
35276
+ ]
35277
+ },
35278
+ {
35279
+ "kind": "method",
35280
+ "name": "interruptGenerate",
35281
+ "return": {
35282
+ "type": {
35283
+ "text": "Promise<void>"
35284
+ }
35285
+ }
35286
+ },
35287
+ {
35288
+ "kind": "method",
35289
+ "name": "runtimeStatsText",
35290
+ "return": {
35291
+ "type": {
35292
+ "text": "Promise<string>"
35293
+ }
35294
+ }
35295
+ },
35296
+ {
35297
+ "kind": "method",
35298
+ "name": "resetChat",
35299
+ "return": {
35300
+ "type": {
35301
+ "text": "Promise<void>"
35302
+ }
35303
+ }
35304
+ },
35305
+ {
35306
+ "kind": "method",
35307
+ "name": "unload",
35308
+ "return": {
35309
+ "type": {
35310
+ "text": "Promise<void>"
35311
+ }
35312
+ }
35313
+ },
35314
+ {
35315
+ "kind": "method",
35316
+ "name": "stopped",
35317
+ "return": {
35318
+ "type": {
35319
+ "text": "boolean"
35320
+ }
35321
+ }
35322
+ },
35323
+ {
35324
+ "kind": "method",
35325
+ "name": "getMessage",
35326
+ "return": {
35327
+ "type": {
35328
+ "text": "string"
35329
+ }
35330
+ }
35331
+ },
35332
+ {
35333
+ "kind": "method",
35334
+ "name": "prefill",
35335
+ "return": {
35336
+ "type": {
35337
+ "text": "Promise<void>"
35338
+ }
35339
+ },
35340
+ "parameters": [
35341
+ {
35342
+ "name": "input",
35343
+ "type": {
35344
+ "text": "string"
35345
+ }
35346
+ }
35347
+ ]
35348
+ },
35349
+ {
35350
+ "kind": "method",
35351
+ "name": "decode",
35352
+ "return": {
35353
+ "type": {
35354
+ "text": "Promise<void>"
35355
+ }
35356
+ }
35357
+ },
35358
+ {
35359
+ "kind": "field",
35360
+ "name": "getPipeline",
35361
+ "privacy": "private",
35362
+ "readonly": true
35363
+ },
35364
+ {
35365
+ "kind": "field",
35366
+ "name": "asyncLoadTokenizer",
35367
+ "privacy": "private",
35368
+ "readonly": true
35369
+ }
35370
+ ]
35371
+ }
35372
+ ],
35373
+ "exports": [
35374
+ {
35375
+ "kind": "js",
35376
+ "name": "ChatModule",
35377
+ "declaration": {
35378
+ "name": "ChatModule",
35379
+ "module": "src/types/webModel/webLLM/webLLMChatModule.ts"
35380
+ }
35381
+ }
35382
+ ]
35383
+ },
35384
+ {
35385
+ "kind": "javascript-module",
35386
+ "path": "src/types/webModel/webLLM/webLLMClient.ts",
35387
+ "declarations": [
35388
+ {
35389
+ "kind": "class",
35390
+ "description": "",
35391
+ "name": "ChatWorkerHandler",
35392
+ "members": [
35393
+ {
35394
+ "kind": "field",
35395
+ "name": "chat",
35396
+ "privacy": "private",
35397
+ "readonly": true
35398
+ },
35399
+ {
35400
+ "kind": "method",
35401
+ "name": "handleTask",
35402
+ "return": {
35403
+ "type": {
35404
+ "text": "Promise<void>"
35405
+ }
35406
+ },
35407
+ "parameters": [
35408
+ {
35409
+ "name": "uuid",
35410
+ "type": {
35411
+ "text": "string"
35412
+ }
35413
+ },
35414
+ {
35415
+ "name": "task",
35416
+ "type": {
35417
+ "text": "() => Promise<T>"
35418
+ }
35419
+ }
35420
+ ]
35421
+ },
35422
+ {
35423
+ "kind": "method",
35424
+ "name": "onmessage",
35425
+ "return": {
35426
+ "type": {
35427
+ "text": "void"
35428
+ }
35429
+ },
35430
+ "parameters": [
35431
+ {
35432
+ "name": "event",
35433
+ "type": {
35434
+ "text": "MessageEvent"
35435
+ }
35436
+ }
35437
+ ]
35438
+ }
35439
+ ]
35440
+ },
35441
+ {
35442
+ "kind": "class",
35443
+ "description": "",
35444
+ "name": "ChatWorkerClient",
35445
+ "members": [
35446
+ {
35447
+ "kind": "field",
35448
+ "name": "worker",
35449
+ "type": {
35450
+ "text": "ChatWorker"
35451
+ }
35452
+ },
35453
+ {
35454
+ "kind": "field",
35455
+ "name": "initProgressCallback",
35456
+ "privacy": "private",
35457
+ "readonly": true
35458
+ },
35459
+ {
35460
+ "kind": "field",
35461
+ "name": "generateCallbackRegistry",
35462
+ "privacy": "private",
35463
+ "readonly": true
35464
+ },
35465
+ {
35466
+ "kind": "field",
35467
+ "name": "pendingPromise",
35468
+ "privacy": "private",
35469
+ "readonly": true
35470
+ },
35471
+ {
35472
+ "kind": "method",
35473
+ "name": "setInitProgressCallback",
35474
+ "return": {
35475
+ "type": {
35476
+ "text": "void"
35477
+ }
35478
+ },
35479
+ "parameters": [
35480
+ {
35481
+ "name": "initProgressCallback",
35482
+ "type": {
35483
+ "text": "InitProgressCallback"
35484
+ }
35485
+ }
35486
+ ]
35487
+ },
35488
+ {
35489
+ "kind": "field",
35490
+ "name": "getPromise",
35491
+ "privacy": "private",
35492
+ "readonly": true
35493
+ },
35494
+ {
35495
+ "kind": "method",
35496
+ "name": "reload",
35497
+ "return": {
35498
+ "type": {
35499
+ "text": "Promise<void>"
35500
+ }
35501
+ },
35502
+ "parameters": [
35503
+ {
35504
+ "name": "localIdOrUrl",
35505
+ "type": {
35506
+ "text": "string"
35507
+ }
35508
+ },
35509
+ {
35510
+ "name": "chatOpts",
35511
+ "optional": true,
35512
+ "type": {
35513
+ "text": "ChatOptions"
35514
+ }
35515
+ },
35516
+ {
35517
+ "name": "appConfig",
35518
+ "optional": true,
35519
+ "type": {
35520
+ "text": "AppConfig"
35521
+ }
35522
+ }
35523
+ ]
35524
+ },
35525
+ {
35526
+ "kind": "method",
35527
+ "name": "generate",
35528
+ "return": {
35529
+ "type": {
35530
+ "text": "Promise<string>"
35531
+ }
35532
+ },
35533
+ "parameters": [
35534
+ {
35535
+ "name": "input",
35536
+ "type": {
35537
+ "text": "string"
35538
+ }
35539
+ },
35540
+ {
35541
+ "name": "progressCallback",
35542
+ "optional": true,
35543
+ "type": {
35544
+ "text": "GenerateProgressCallback"
35545
+ }
35546
+ },
35547
+ {
35548
+ "name": "streamInterval",
35549
+ "optional": true,
35550
+ "type": {
35551
+ "text": "number"
35552
+ }
35553
+ }
35554
+ ]
35555
+ },
35556
+ {
35557
+ "kind": "method",
35558
+ "name": "runtimeStatsText",
35559
+ "return": {
35560
+ "type": {
35561
+ "text": "Promise<string>"
35562
+ }
35563
+ }
35564
+ },
35565
+ {
35566
+ "kind": "method",
35567
+ "name": "interruptGenerate",
35568
+ "return": {
35569
+ "type": {
35570
+ "text": "void"
35571
+ }
35572
+ }
35573
+ },
35574
+ {
35575
+ "kind": "method",
35576
+ "name": "unload",
35577
+ "return": {
35578
+ "type": {
35579
+ "text": "Promise<void>"
35580
+ }
35581
+ }
35582
+ },
35583
+ {
35584
+ "kind": "method",
35585
+ "name": "resetChat",
35586
+ "return": {
35587
+ "type": {
35588
+ "text": "Promise<void>"
35589
+ }
35590
+ }
35591
+ },
35592
+ {
35593
+ "kind": "method",
35594
+ "name": "onmessage",
35595
+ "return": {
35596
+ "type": {
35597
+ "text": "void"
35598
+ }
35599
+ },
35600
+ "parameters": [
35601
+ {
35602
+ "name": "event",
35603
+ "type": {
35604
+ "text": "any"
35605
+ }
35606
+ }
35607
+ ]
35608
+ }
35609
+ ]
35610
+ }
35611
+ ],
35612
+ "exports": [
35613
+ {
35614
+ "kind": "js",
35615
+ "name": "ChatWorkerHandler",
35616
+ "declaration": {
35617
+ "name": "ChatWorkerHandler",
35618
+ "module": "src/types/webModel/webLLM/webLLMClient.ts"
35619
+ }
35620
+ },
35621
+ {
35622
+ "kind": "js",
35623
+ "name": "ChatWorkerClient",
35624
+ "declaration": {
35625
+ "name": "ChatWorkerClient",
35626
+ "module": "src/types/webModel/webLLM/webLLMClient.ts"
35627
+ }
35628
+ }
35629
+ ]
35630
+ },
35631
+ {
35632
+ "kind": "javascript-module",
35633
+ "path": "src/types/webModel/webLLM/webLLMShared.ts",
35634
+ "declarations": [
35635
+ {
35636
+ "kind": "variable",
35637
+ "name": "prebuiltAppConfig",
35638
+ "type": {
35639
+ "text": "AppConfig"
35640
+ }
35641
+ }
35642
+ ],
35643
+ "exports": [
35644
+ {
35645
+ "kind": "js",
35646
+ "name": "prebuiltAppConfig",
35647
+ "declaration": {
35648
+ "name": "prebuiltAppConfig",
35649
+ "module": "src/types/webModel/webLLM/webLLMShared.ts"
35650
+ }
35651
+ }
35652
+ ]
35653
+ },
35586
35654
  {
35587
35655
  "kind": "javascript-module",
35588
35656
  "path": "src/views/chat/messages/html/htmlDeepChatElements.ts",