@tylertech/forge-ai 0.7.1 → 0.7.3

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.
@@ -102,6 +102,15 @@
102
102
  "privacy": "public",
103
103
  "default": "false",
104
104
  "attribute": "enable-reactions"
105
+ },
106
+ {
107
+ "kind": "field",
108
+ "name": "feedbackType",
109
+ "type": {
110
+ "text": "FeedbackType | undefined"
111
+ },
112
+ "privacy": "public",
113
+ "attribute": "feedback-type"
105
114
  }
106
115
  ],
107
116
  "events": [
@@ -128,6 +137,13 @@
128
137
  },
129
138
  "default": "false",
130
139
  "fieldName": "enableReactions"
140
+ },
141
+ {
142
+ "name": "feedback-type",
143
+ "type": {
144
+ "text": "FeedbackType | undefined"
145
+ },
146
+ "fieldName": "feedbackType"
131
147
  }
132
148
  ],
133
149
  "superclass": {
@@ -166,133 +182,133 @@
166
182
  },
167
183
  {
168
184
  "kind": "javascript-module",
169
- "path": "src/lib/ai-agent-info/ai-agent-info.ts",
185
+ "path": "src/lib/ai-artifact/ai-artifact.ts",
170
186
  "declarations": [
171
187
  {
172
188
  "kind": "variable",
173
- "name": "AiAgentInfoComponentTagName",
189
+ "name": "AiArtifactComponentTagName",
174
190
  "type": {
175
191
  "text": "keyof HTMLElementTagNameMap"
176
192
  },
177
- "default": "'forge-ai-agent-info'"
193
+ "default": "'forge-ai-artifact'"
178
194
  },
179
195
  {
180
196
  "kind": "class",
181
197
  "description": "",
182
- "name": "AiAgentInfoComponent",
183
- "members": [
198
+ "name": "AiArtifactComponent",
199
+ "cssProperties": [
184
200
  {
185
- "kind": "field",
186
- "name": "agentInfo",
187
- "type": {
188
- "text": "AgentInfo | undefined"
189
- },
190
- "privacy": "public",
191
- "description": "Agent information to display"
201
+ "description": "Surface color override for the toolbar (defaults to transparent)",
202
+ "name": "--forge-theme-surface"
203
+ }
204
+ ],
205
+ "slots": [
206
+ {
207
+ "description": "Content for the start (left) side of the toolbar, typically used for titles or headings",
208
+ "name": "start"
209
+ },
210
+ {
211
+ "description": "Action buttons for the end (right) side of the toolbar",
212
+ "name": "actions"
213
+ },
214
+ {
215
+ "description": "Main content area below the toolbar",
216
+ "name": ""
192
217
  }
193
218
  ],
219
+ "members": [],
194
220
  "superclass": {
195
221
  "name": "LitElement",
196
222
  "package": "lit"
197
223
  },
198
- "tagName": "forge-ai-agent-info",
199
- "customElement": true,
200
- "summary": "Displays agent information in a grid layout"
224
+ "tagName": "forge-ai-artifact",
225
+ "customElement": true
201
226
  }
202
227
  ],
203
228
  "exports": [
204
229
  {
205
230
  "kind": "js",
206
- "name": "AiAgentInfoComponentTagName",
231
+ "name": "AiArtifactComponentTagName",
207
232
  "declaration": {
208
- "name": "AiAgentInfoComponentTagName",
209
- "module": "src/lib/ai-agent-info/ai-agent-info.ts"
233
+ "name": "AiArtifactComponentTagName",
234
+ "module": "src/lib/ai-artifact/ai-artifact.ts"
210
235
  }
211
236
  },
212
237
  {
213
238
  "kind": "js",
214
- "name": "AiAgentInfoComponent",
239
+ "name": "AiArtifactComponent",
215
240
  "declaration": {
216
- "name": "AiAgentInfoComponent",
217
- "module": "src/lib/ai-agent-info/ai-agent-info.ts"
241
+ "name": "AiArtifactComponent",
242
+ "module": "src/lib/ai-artifact/ai-artifact.ts"
218
243
  }
219
244
  },
220
245
  {
221
246
  "kind": "custom-element-definition",
222
247
  "declaration": {
223
- "name": "AiAgentInfoComponent",
224
- "module": "src/lib/ai-agent-info/ai-agent-info.ts"
248
+ "name": "AiArtifactComponent",
249
+ "module": "src/lib/ai-artifact/ai-artifact.ts"
225
250
  }
226
251
  }
227
252
  ]
228
253
  },
229
254
  {
230
255
  "kind": "javascript-module",
231
- "path": "src/lib/ai-artifact/ai-artifact.ts",
256
+ "path": "src/lib/ai-agent-info/ai-agent-info.ts",
232
257
  "declarations": [
233
258
  {
234
259
  "kind": "variable",
235
- "name": "AiArtifactComponentTagName",
260
+ "name": "AiAgentInfoComponentTagName",
236
261
  "type": {
237
262
  "text": "keyof HTMLElementTagNameMap"
238
263
  },
239
- "default": "'forge-ai-artifact'"
264
+ "default": "'forge-ai-agent-info'"
240
265
  },
241
266
  {
242
267
  "kind": "class",
243
268
  "description": "",
244
- "name": "AiArtifactComponent",
245
- "cssProperties": [
246
- {
247
- "description": "Surface color override for the toolbar (defaults to transparent)",
248
- "name": "--forge-theme-surface"
249
- }
250
- ],
251
- "slots": [
252
- {
253
- "description": "Content for the start (left) side of the toolbar, typically used for titles or headings",
254
- "name": "start"
255
- },
256
- {
257
- "description": "Action buttons for the end (right) side of the toolbar",
258
- "name": "actions"
259
- },
269
+ "name": "AiAgentInfoComponent",
270
+ "members": [
260
271
  {
261
- "description": "Main content area below the toolbar",
262
- "name": ""
272
+ "kind": "field",
273
+ "name": "agentInfo",
274
+ "type": {
275
+ "text": "AgentInfo | undefined"
276
+ },
277
+ "privacy": "public",
278
+ "description": "Agent information to display"
263
279
  }
264
280
  ],
265
- "members": [],
266
281
  "superclass": {
267
282
  "name": "LitElement",
268
283
  "package": "lit"
269
284
  },
270
- "tagName": "forge-ai-artifact",
271
- "customElement": true
285
+ "tagName": "forge-ai-agent-info",
286
+ "customElement": true,
287
+ "summary": "Displays agent information in a grid layout"
272
288
  }
273
289
  ],
274
290
  "exports": [
275
291
  {
276
292
  "kind": "js",
277
- "name": "AiArtifactComponentTagName",
293
+ "name": "AiAgentInfoComponentTagName",
278
294
  "declaration": {
279
- "name": "AiArtifactComponentTagName",
280
- "module": "src/lib/ai-artifact/ai-artifact.ts"
295
+ "name": "AiAgentInfoComponentTagName",
296
+ "module": "src/lib/ai-agent-info/ai-agent-info.ts"
281
297
  }
282
298
  },
283
299
  {
284
300
  "kind": "js",
285
- "name": "AiArtifactComponent",
301
+ "name": "AiAgentInfoComponent",
286
302
  "declaration": {
287
- "name": "AiArtifactComponent",
288
- "module": "src/lib/ai-artifact/ai-artifact.ts"
303
+ "name": "AiAgentInfoComponent",
304
+ "module": "src/lib/ai-agent-info/ai-agent-info.ts"
289
305
  }
290
306
  },
291
307
  {
292
308
  "kind": "custom-element-definition",
293
309
  "declaration": {
294
- "name": "AiArtifactComponent",
295
- "module": "src/lib/ai-artifact/ai-artifact.ts"
310
+ "name": "AiAgentInfoComponent",
311
+ "module": "src/lib/ai-agent-info/ai-agent-info.ts"
296
312
  }
297
313
  }
298
314
  ]
@@ -467,6 +483,87 @@
467
483
  }
468
484
  ]
469
485
  },
486
+ {
487
+ "kind": "javascript-module",
488
+ "path": "src/lib/ai-button/ai-button.ts",
489
+ "declarations": [
490
+ {
491
+ "kind": "variable",
492
+ "name": "AiButtonComponentTagName",
493
+ "type": {
494
+ "text": "keyof HTMLElementTagNameMap"
495
+ },
496
+ "default": "'forge-ai-button'"
497
+ },
498
+ {
499
+ "kind": "class",
500
+ "description": "",
501
+ "name": "AiButtonComponent",
502
+ "slots": [
503
+ {
504
+ "description": "Default slot for button content",
505
+ "name": ""
506
+ }
507
+ ],
508
+ "members": [
509
+ {
510
+ "kind": "field",
511
+ "name": "disabled",
512
+ "type": {
513
+ "text": "boolean"
514
+ },
515
+ "privacy": "public",
516
+ "default": "false",
517
+ "description": "Whether the button is disabled",
518
+ "attribute": "disabled",
519
+ "reflects": true
520
+ }
521
+ ],
522
+ "attributes": [
523
+ {
524
+ "name": "disabled",
525
+ "type": {
526
+ "text": "boolean"
527
+ },
528
+ "default": "false",
529
+ "description": "Whether the button is disabled",
530
+ "fieldName": "disabled"
531
+ }
532
+ ],
533
+ "superclass": {
534
+ "name": "LitElement",
535
+ "package": "lit"
536
+ },
537
+ "tagName": "forge-ai-button",
538
+ "customElement": true
539
+ }
540
+ ],
541
+ "exports": [
542
+ {
543
+ "kind": "js",
544
+ "name": "AiButtonComponentTagName",
545
+ "declaration": {
546
+ "name": "AiButtonComponentTagName",
547
+ "module": "src/lib/ai-button/ai-button.ts"
548
+ }
549
+ },
550
+ {
551
+ "kind": "js",
552
+ "name": "AiButtonComponent",
553
+ "declaration": {
554
+ "name": "AiButtonComponent",
555
+ "module": "src/lib/ai-button/ai-button.ts"
556
+ }
557
+ },
558
+ {
559
+ "kind": "custom-element-definition",
560
+ "declaration": {
561
+ "name": "AiButtonComponent",
562
+ "module": "src/lib/ai-button/ai-button.ts"
563
+ }
564
+ }
565
+ ]
566
+ },
470
567
  {
471
568
  "kind": "javascript-module",
472
569
  "path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
@@ -538,14 +635,14 @@
538
635
  },
539
636
  {
540
637
  "type": {
541
- "text": "CustomEvent<{ responseId: string }>"
638
+ "text": "CustomEvent<ForgeAiAssistantResponseFeedbackEventData>"
542
639
  },
543
640
  "description": "Fired when thumbs up is clicked",
544
641
  "name": "forge-ai-assistant-response-thumbs-up"
545
642
  },
546
643
  {
547
644
  "type": {
548
- "text": "CustomEvent<{ responseId: string }>"
645
+ "text": "CustomEvent<ForgeAiAssistantResponseFeedbackEventData>"
549
646
  },
550
647
  "description": "Fired when thumbs down is clicked",
551
648
  "name": "forge-ai-assistant-response-thumbs-down"
@@ -606,212 +703,56 @@
606
703
  },
607
704
  {
608
705
  "kind": "javascript-module",
609
- "path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
706
+ "path": "src/lib/ai-chat-header/ai-chat-header.ts",
610
707
  "declarations": [
611
708
  {
612
709
  "kind": "variable",
613
- "name": "AiChainOfThoughtComponentTagName",
710
+ "name": "AiChatHeaderComponentTagName",
614
711
  "type": {
615
712
  "text": "keyof HTMLElementTagNameMap"
616
713
  },
617
- "default": "'forge-ai-chain-of-thought'"
714
+ "default": "'forge-ai-chat-header'"
618
715
  },
619
716
  {
620
717
  "kind": "class",
621
718
  "description": "",
622
- "name": "AiChainOfThoughtComponent",
719
+ "name": "AiChatHeaderComponent",
720
+ "slots": [
721
+ {
722
+ "description": "Slot for custom icon (default: forge-ai-icon)",
723
+ "name": "icon"
724
+ }
725
+ ],
623
726
  "members": [
624
727
  {
625
728
  "kind": "field",
626
- "name": "expanded",
729
+ "name": "showExpandButton",
627
730
  "type": {
628
731
  "text": "boolean"
629
732
  },
630
733
  "privacy": "public",
631
734
  "default": "false",
632
- "description": "Whether the chain of thought is expanded",
633
- "attribute": "expanded",
634
- "reflects": true
635
- }
636
- ],
637
- "attributes": [
735
+ "description": "Controls whether the expand button is visible",
736
+ "attribute": "show-expand-button"
737
+ },
738
+ {
739
+ "kind": "field",
740
+ "name": "showMinimizeButton",
741
+ "type": {
742
+ "text": "boolean"
743
+ },
744
+ "privacy": "public",
745
+ "default": "false",
746
+ "description": "Controls whether the minimize button is visible",
747
+ "attribute": "show-minimize-button"
748
+ },
638
749
  {
750
+ "kind": "field",
639
751
  "name": "expanded",
640
752
  "type": {
641
753
  "text": "boolean"
642
754
  },
643
- "default": "false",
644
- "description": "Whether the chain of thought is expanded",
645
- "fieldName": "expanded"
646
- }
647
- ],
648
- "superclass": {
649
- "name": "LitElement",
650
- "package": "lit"
651
- },
652
- "tagName": "forge-ai-chain-of-thought",
653
- "customElement": true
654
- }
655
- ],
656
- "exports": [
657
- {
658
- "kind": "js",
659
- "name": "AiChainOfThoughtComponentTagName",
660
- "declaration": {
661
- "name": "AiChainOfThoughtComponentTagName",
662
- "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
663
- }
664
- },
665
- {
666
- "kind": "js",
667
- "name": "AiChainOfThoughtComponent",
668
- "declaration": {
669
- "name": "AiChainOfThoughtComponent",
670
- "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
671
- }
672
- },
673
- {
674
- "kind": "custom-element-definition",
675
- "declaration": {
676
- "name": "AiChainOfThoughtComponent",
677
- "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
678
- }
679
- }
680
- ]
681
- },
682
- {
683
- "kind": "javascript-module",
684
- "path": "src/lib/ai-button/ai-button.ts",
685
- "declarations": [
686
- {
687
- "kind": "variable",
688
- "name": "AiButtonComponentTagName",
689
- "type": {
690
- "text": "keyof HTMLElementTagNameMap"
691
- },
692
- "default": "'forge-ai-button'"
693
- },
694
- {
695
- "kind": "class",
696
- "description": "",
697
- "name": "AiButtonComponent",
698
- "slots": [
699
- {
700
- "description": "Default slot for button content",
701
- "name": ""
702
- }
703
- ],
704
- "members": [
705
- {
706
- "kind": "field",
707
- "name": "disabled",
708
- "type": {
709
- "text": "boolean"
710
- },
711
- "privacy": "public",
712
- "default": "false",
713
- "description": "Whether the button is disabled",
714
- "attribute": "disabled",
715
- "reflects": true
716
- }
717
- ],
718
- "attributes": [
719
- {
720
- "name": "disabled",
721
- "type": {
722
- "text": "boolean"
723
- },
724
- "default": "false",
725
- "description": "Whether the button is disabled",
726
- "fieldName": "disabled"
727
- }
728
- ],
729
- "superclass": {
730
- "name": "LitElement",
731
- "package": "lit"
732
- },
733
- "tagName": "forge-ai-button",
734
- "customElement": true
735
- }
736
- ],
737
- "exports": [
738
- {
739
- "kind": "js",
740
- "name": "AiButtonComponentTagName",
741
- "declaration": {
742
- "name": "AiButtonComponentTagName",
743
- "module": "src/lib/ai-button/ai-button.ts"
744
- }
745
- },
746
- {
747
- "kind": "js",
748
- "name": "AiButtonComponent",
749
- "declaration": {
750
- "name": "AiButtonComponent",
751
- "module": "src/lib/ai-button/ai-button.ts"
752
- }
753
- },
754
- {
755
- "kind": "custom-element-definition",
756
- "declaration": {
757
- "name": "AiButtonComponent",
758
- "module": "src/lib/ai-button/ai-button.ts"
759
- }
760
- }
761
- ]
762
- },
763
- {
764
- "kind": "javascript-module",
765
- "path": "src/lib/ai-chat-header/ai-chat-header.ts",
766
- "declarations": [
767
- {
768
- "kind": "variable",
769
- "name": "AiChatHeaderComponentTagName",
770
- "type": {
771
- "text": "keyof HTMLElementTagNameMap"
772
- },
773
- "default": "'forge-ai-chat-header'"
774
- },
775
- {
776
- "kind": "class",
777
- "description": "",
778
- "name": "AiChatHeaderComponent",
779
- "slots": [
780
- {
781
- "description": "Slot for custom icon (default: forge-ai-icon)",
782
- "name": "icon"
783
- }
784
- ],
785
- "members": [
786
- {
787
- "kind": "field",
788
- "name": "showExpandButton",
789
- "type": {
790
- "text": "boolean"
791
- },
792
- "privacy": "public",
793
- "default": "false",
794
- "description": "Controls whether the expand button is visible",
795
- "attribute": "show-expand-button"
796
- },
797
- {
798
- "kind": "field",
799
- "name": "showMinimizeButton",
800
- "type": {
801
- "text": "boolean"
802
- },
803
- "privacy": "public",
804
- "default": "false",
805
- "description": "Controls whether the minimize button is visible",
806
- "attribute": "show-minimize-button"
807
- },
808
- {
809
- "kind": "field",
810
- "name": "expanded",
811
- "type": {
812
- "text": "boolean"
813
- },
814
- "privacy": "public",
755
+ "privacy": "public",
815
756
  "default": "false",
816
757
  "description": "Indicates the current expanded state for displaying the appropriate expand/collapse icon",
817
758
  "attribute": "expanded"
@@ -1045,6 +986,81 @@
1045
986
  }
1046
987
  ]
1047
988
  },
989
+ {
990
+ "kind": "javascript-module",
991
+ "path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
992
+ "declarations": [
993
+ {
994
+ "kind": "variable",
995
+ "name": "AiChainOfThoughtComponentTagName",
996
+ "type": {
997
+ "text": "keyof HTMLElementTagNameMap"
998
+ },
999
+ "default": "'forge-ai-chain-of-thought'"
1000
+ },
1001
+ {
1002
+ "kind": "class",
1003
+ "description": "",
1004
+ "name": "AiChainOfThoughtComponent",
1005
+ "members": [
1006
+ {
1007
+ "kind": "field",
1008
+ "name": "expanded",
1009
+ "type": {
1010
+ "text": "boolean"
1011
+ },
1012
+ "privacy": "public",
1013
+ "default": "false",
1014
+ "description": "Whether the chain of thought is expanded",
1015
+ "attribute": "expanded",
1016
+ "reflects": true
1017
+ }
1018
+ ],
1019
+ "attributes": [
1020
+ {
1021
+ "name": "expanded",
1022
+ "type": {
1023
+ "text": "boolean"
1024
+ },
1025
+ "default": "false",
1026
+ "description": "Whether the chain of thought is expanded",
1027
+ "fieldName": "expanded"
1028
+ }
1029
+ ],
1030
+ "superclass": {
1031
+ "name": "LitElement",
1032
+ "package": "lit"
1033
+ },
1034
+ "tagName": "forge-ai-chain-of-thought",
1035
+ "customElement": true
1036
+ }
1037
+ ],
1038
+ "exports": [
1039
+ {
1040
+ "kind": "js",
1041
+ "name": "AiChainOfThoughtComponentTagName",
1042
+ "declaration": {
1043
+ "name": "AiChainOfThoughtComponentTagName",
1044
+ "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
1045
+ }
1046
+ },
1047
+ {
1048
+ "kind": "js",
1049
+ "name": "AiChainOfThoughtComponent",
1050
+ "declaration": {
1051
+ "name": "AiChainOfThoughtComponent",
1052
+ "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
1053
+ }
1054
+ },
1055
+ {
1056
+ "kind": "custom-element-definition",
1057
+ "declaration": {
1058
+ "name": "AiChainOfThoughtComponent",
1059
+ "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
1060
+ }
1061
+ }
1062
+ ]
1063
+ },
1048
1064
  {
1049
1065
  "kind": "javascript-module",
1050
1066
  "path": "src/lib/ai-chat-interface/ai-chat-interface.ts",
@@ -3109,7 +3125,7 @@
3109
3125
  "privacy": "public",
3110
3126
  "return": {
3111
3127
  "type": {
3112
- "text": "void"
3128
+ "text": "Promise<void>"
3113
3129
  }
3114
3130
  },
3115
3131
  "parameters": [
@@ -3194,6 +3210,13 @@
3194
3210
  },
3195
3211
  "description": "Fired when header info option is selected",
3196
3212
  "name": "forge-ai-chatbot-info"
3213
+ },
3214
+ {
3215
+ "type": {
3216
+ "text": "CustomEvent<ForgeAiChatbotResponseFeedbackEventData>"
3217
+ },
3218
+ "description": "Fired when user provides feedback on a response (thumbs up/down)",
3219
+ "name": "forge-ai-chatbot-response-feedback"
3197
3220
  }
3198
3221
  ],
3199
3222
  "attributes": [
@@ -4354,24 +4377,48 @@
4354
4377
  }
4355
4378
  }
4356
4379
  ]
4357
- }
4358
- ]
4359
- }
4360
- ],
4361
- "exports": [
4362
- {
4363
- "kind": "js",
4364
- "name": "MessageStateController",
4365
- "declaration": {
4366
- "name": "MessageStateController",
4367
- "module": "src/lib/ai-chatbot/message-state-controller.ts"
4368
- }
4369
- }
4370
- ]
4371
- },
4372
- {
4373
- "kind": "javascript-module",
4374
- "path": "src/lib/ai-chatbot/types.ts",
4380
+ },
4381
+ {
4382
+ "kind": "method",
4383
+ "name": "setResponseFeedback",
4384
+ "privacy": "public",
4385
+ "return": {
4386
+ "type": {
4387
+ "text": "void"
4388
+ }
4389
+ },
4390
+ "parameters": [
4391
+ {
4392
+ "name": "responseId",
4393
+ "type": {
4394
+ "text": "string"
4395
+ }
4396
+ },
4397
+ {
4398
+ "name": "feedback",
4399
+ "type": {
4400
+ "text": "ResponseFeedback"
4401
+ }
4402
+ }
4403
+ ]
4404
+ }
4405
+ ]
4406
+ }
4407
+ ],
4408
+ "exports": [
4409
+ {
4410
+ "kind": "js",
4411
+ "name": "MessageStateController",
4412
+ "declaration": {
4413
+ "name": "MessageStateController",
4414
+ "module": "src/lib/ai-chatbot/message-state-controller.ts"
4415
+ }
4416
+ }
4417
+ ]
4418
+ },
4419
+ {
4420
+ "kind": "javascript-module",
4421
+ "path": "src/lib/ai-chatbot/types.ts",
4375
4422
  "declarations": [],
4376
4423
  "exports": []
4377
4424
  },
@@ -7125,6 +7172,44 @@
7125
7172
  "default": "[]",
7126
7173
  "description": "Available slash commands"
7127
7174
  },
7175
+ {
7176
+ "kind": "method",
7177
+ "name": "addToHistory",
7178
+ "privacy": "public",
7179
+ "return": {
7180
+ "type": {
7181
+ "text": "void"
7182
+ }
7183
+ },
7184
+ "parameters": [
7185
+ {
7186
+ "name": "message",
7187
+ "type": {
7188
+ "text": "string"
7189
+ }
7190
+ }
7191
+ ],
7192
+ "description": "Adds a message to the input history for up/down arrow navigation.\nUse this when sending messages externally (e.g., from suggestions)."
7193
+ },
7194
+ {
7195
+ "kind": "method",
7196
+ "name": "setHistory",
7197
+ "privacy": "public",
7198
+ "return": {
7199
+ "type": {
7200
+ "text": "void"
7201
+ }
7202
+ },
7203
+ "parameters": [
7204
+ {
7205
+ "name": "messages",
7206
+ "type": {
7207
+ "text": "string[]"
7208
+ }
7209
+ }
7210
+ ],
7211
+ "description": "Replaces the entire message history with the provided messages.\nUse this when restoring thread state from persistence."
7212
+ },
7128
7213
  {
7129
7214
  "kind": "method",
7130
7215
  "name": "closeSlashMenu",
@@ -7399,58 +7484,6 @@
7399
7484
  }
7400
7485
  ]
7401
7486
  },
7402
- {
7403
- "kind": "javascript-module",
7404
- "path": "src/lib/ai-response-message/ai-response-message.ts",
7405
- "declarations": [
7406
- {
7407
- "kind": "variable",
7408
- "name": "AiResponseMessageComponentTagName",
7409
- "type": {
7410
- "text": "keyof HTMLElementTagNameMap"
7411
- },
7412
- "default": "'forge-ai-response-message'"
7413
- },
7414
- {
7415
- "kind": "class",
7416
- "description": "",
7417
- "name": "AiResponseMessageComponent",
7418
- "members": [],
7419
- "superclass": {
7420
- "name": "LitElement",
7421
- "package": "lit"
7422
- },
7423
- "tagName": "forge-ai-response-message",
7424
- "customElement": true,
7425
- "summary": "A simple wrapper component for rendering assistant response message content."
7426
- }
7427
- ],
7428
- "exports": [
7429
- {
7430
- "kind": "js",
7431
- "name": "AiResponseMessageComponentTagName",
7432
- "declaration": {
7433
- "name": "AiResponseMessageComponentTagName",
7434
- "module": "src/lib/ai-response-message/ai-response-message.ts"
7435
- }
7436
- },
7437
- {
7438
- "kind": "js",
7439
- "name": "AiResponseMessageComponent",
7440
- "declaration": {
7441
- "name": "AiResponseMessageComponent",
7442
- "module": "src/lib/ai-response-message/ai-response-message.ts"
7443
- }
7444
- },
7445
- {
7446
- "kind": "custom-element-definition",
7447
- "declaration": {
7448
- "name": "AiResponseMessageComponent",
7449
- "module": "src/lib/ai-response-message/ai-response-message.ts"
7450
- }
7451
- }
7452
- ]
7453
- },
7454
7487
  {
7455
7488
  "kind": "javascript-module",
7456
7489
  "path": "src/lib/ai-reasoning-header/ai-reasoning-header.ts",
@@ -7568,23 +7601,75 @@
7568
7601
  },
7569
7602
  {
7570
7603
  "kind": "javascript-module",
7571
- "path": "src/lib/ai-sidebar-chat/ai-sidebar-chat.ts",
7604
+ "path": "src/lib/ai-response-message/ai-response-message.ts",
7572
7605
  "declarations": [
7573
7606
  {
7574
7607
  "kind": "variable",
7575
- "name": "AiSidebarChatComponentTagName",
7608
+ "name": "AiResponseMessageComponentTagName",
7576
7609
  "type": {
7577
7610
  "text": "keyof HTMLElementTagNameMap"
7578
7611
  },
7579
- "default": "'forge-ai-sidebar-chat'"
7612
+ "default": "'forge-ai-response-message'"
7580
7613
  },
7581
7614
  {
7582
7615
  "kind": "class",
7583
7616
  "description": "",
7584
- "name": "AiSidebarChatComponent",
7617
+ "name": "AiResponseMessageComponent",
7618
+ "members": [],
7619
+ "superclass": {
7620
+ "name": "LitElement",
7621
+ "package": "lit"
7622
+ },
7623
+ "tagName": "forge-ai-response-message",
7624
+ "customElement": true,
7625
+ "summary": "A simple wrapper component for rendering assistant response message content."
7626
+ }
7627
+ ],
7628
+ "exports": [
7629
+ {
7630
+ "kind": "js",
7631
+ "name": "AiResponseMessageComponentTagName",
7632
+ "declaration": {
7633
+ "name": "AiResponseMessageComponentTagName",
7634
+ "module": "src/lib/ai-response-message/ai-response-message.ts"
7635
+ }
7636
+ },
7637
+ {
7638
+ "kind": "js",
7639
+ "name": "AiResponseMessageComponent",
7640
+ "declaration": {
7641
+ "name": "AiResponseMessageComponent",
7642
+ "module": "src/lib/ai-response-message/ai-response-message.ts"
7643
+ }
7644
+ },
7645
+ {
7646
+ "kind": "custom-element-definition",
7647
+ "declaration": {
7648
+ "name": "AiResponseMessageComponent",
7649
+ "module": "src/lib/ai-response-message/ai-response-message.ts"
7650
+ }
7651
+ }
7652
+ ]
7653
+ },
7654
+ {
7655
+ "kind": "javascript-module",
7656
+ "path": "src/lib/ai-sidebar/ai-sidebar.ts",
7657
+ "declarations": [
7658
+ {
7659
+ "kind": "variable",
7660
+ "name": "AiSidebarComponentTagName",
7661
+ "type": {
7662
+ "text": "keyof HTMLElementTagNameMap"
7663
+ },
7664
+ "default": "'forge-ai-sidebar'"
7665
+ },
7666
+ {
7667
+ "kind": "class",
7668
+ "description": "",
7669
+ "name": "AiSidebarComponent",
7585
7670
  "slots": [
7586
7671
  {
7587
- "description": "Default slot for chatbot component",
7672
+ "description": "Default slot for sidebar content (typically ai-chat-interface)",
7588
7673
  "name": ""
7589
7674
  }
7590
7675
  ],
@@ -7597,18 +7682,9 @@
7597
7682
  },
7598
7683
  "privacy": "public",
7599
7684
  "default": "false",
7685
+ "description": "Indicates whether the sidebar is open.",
7600
7686
  "attribute": "open"
7601
7687
  },
7602
- {
7603
- "kind": "field",
7604
- "name": "expanded",
7605
- "type": {
7606
- "text": "boolean"
7607
- },
7608
- "privacy": "public",
7609
- "default": "false",
7610
- "attribute": "expanded"
7611
- },
7612
7688
  {
7613
7689
  "kind": "method",
7614
7690
  "name": "show",
@@ -7617,7 +7693,8 @@
7617
7693
  "type": {
7618
7694
  "text": "void"
7619
7695
  }
7620
- }
7696
+ },
7697
+ "description": "Opens the sidebar."
7621
7698
  },
7622
7699
  {
7623
7700
  "kind": "method",
@@ -7627,7 +7704,8 @@
7627
7704
  "type": {
7628
7705
  "text": "void"
7629
7706
  }
7630
- }
7707
+ },
7708
+ "description": "Closes the sidebar."
7631
7709
  },
7632
7710
  {
7633
7711
  "kind": "method",
@@ -7637,45 +7715,18 @@
7637
7715
  "type": {
7638
7716
  "text": "void"
7639
7717
  }
7640
- }
7641
- },
7642
- {
7643
- "kind": "method",
7644
- "name": "expand",
7645
- "privacy": "public",
7646
- "return": {
7647
- "type": {
7648
- "text": "void"
7649
- }
7650
- }
7651
- },
7652
- {
7653
- "kind": "method",
7654
- "name": "collapse",
7655
- "privacy": "public",
7656
- "return": {
7657
- "type": {
7658
- "text": "void"
7659
- }
7660
- }
7718
+ },
7719
+ "description": "Toggles the sidebar open state."
7661
7720
  }
7662
7721
  ],
7663
7722
  "events": [
7664
7723
  {
7665
- "description": "Fired when the sidebar chat is opened",
7666
- "name": "forge-ai-sidebar-chat-open"
7667
- },
7668
- {
7669
- "description": "Fired when the sidebar chat is closed",
7670
- "name": "forge-ai-sidebar-chat-close"
7671
- },
7672
- {
7673
- "description": "Fired when the sidebar chat is expanded to modal",
7674
- "name": "forge-ai-sidebar-chat-expand"
7724
+ "description": "Fired when the sidebar is opened",
7725
+ "name": "forge-ai-sidebar-open"
7675
7726
  },
7676
7727
  {
7677
- "description": "Fired when the sidebar chat is collapsed from modal",
7678
- "name": "forge-ai-sidebar-chat-collapse"
7728
+ "description": "Fired when the sidebar is closed",
7729
+ "name": "forge-ai-sidebar-close"
7679
7730
  }
7680
7731
  ],
7681
7732
  "attributes": [
@@ -7685,70 +7736,63 @@
7685
7736
  "text": "boolean"
7686
7737
  },
7687
7738
  "default": "false",
7739
+ "description": "Indicates whether the sidebar is open.",
7688
7740
  "fieldName": "open"
7689
- },
7690
- {
7691
- "name": "expanded",
7692
- "type": {
7693
- "text": "boolean"
7694
- },
7695
- "default": "false",
7696
- "fieldName": "expanded"
7697
7741
  }
7698
7742
  ],
7699
7743
  "superclass": {
7700
7744
  "name": "LitElement",
7701
7745
  "package": "lit"
7702
7746
  },
7703
- "tagName": "forge-ai-sidebar-chat",
7747
+ "tagName": "forge-ai-sidebar",
7704
7748
  "customElement": true
7705
7749
  }
7706
7750
  ],
7707
7751
  "exports": [
7708
7752
  {
7709
7753
  "kind": "js",
7710
- "name": "AiSidebarChatComponentTagName",
7754
+ "name": "AiSidebarComponentTagName",
7711
7755
  "declaration": {
7712
- "name": "AiSidebarChatComponentTagName",
7713
- "module": "src/lib/ai-sidebar-chat/ai-sidebar-chat.ts"
7756
+ "name": "AiSidebarComponentTagName",
7757
+ "module": "src/lib/ai-sidebar/ai-sidebar.ts"
7714
7758
  }
7715
7759
  },
7716
7760
  {
7717
7761
  "kind": "js",
7718
- "name": "AiSidebarChatComponent",
7762
+ "name": "AiSidebarComponent",
7719
7763
  "declaration": {
7720
- "name": "AiSidebarChatComponent",
7721
- "module": "src/lib/ai-sidebar-chat/ai-sidebar-chat.ts"
7764
+ "name": "AiSidebarComponent",
7765
+ "module": "src/lib/ai-sidebar/ai-sidebar.ts"
7722
7766
  }
7723
7767
  },
7724
7768
  {
7725
7769
  "kind": "custom-element-definition",
7726
7770
  "declaration": {
7727
- "name": "AiSidebarChatComponent",
7728
- "module": "src/lib/ai-sidebar-chat/ai-sidebar-chat.ts"
7771
+ "name": "AiSidebarComponent",
7772
+ "module": "src/lib/ai-sidebar/ai-sidebar.ts"
7729
7773
  }
7730
7774
  }
7731
7775
  ]
7732
7776
  },
7733
7777
  {
7734
7778
  "kind": "javascript-module",
7735
- "path": "src/lib/ai-sidebar/ai-sidebar.ts",
7779
+ "path": "src/lib/ai-sidebar-chat/ai-sidebar-chat.ts",
7736
7780
  "declarations": [
7737
7781
  {
7738
7782
  "kind": "variable",
7739
- "name": "AiSidebarComponentTagName",
7783
+ "name": "AiSidebarChatComponentTagName",
7740
7784
  "type": {
7741
7785
  "text": "keyof HTMLElementTagNameMap"
7742
7786
  },
7743
- "default": "'forge-ai-sidebar'"
7787
+ "default": "'forge-ai-sidebar-chat'"
7744
7788
  },
7745
7789
  {
7746
7790
  "kind": "class",
7747
7791
  "description": "",
7748
- "name": "AiSidebarComponent",
7792
+ "name": "AiSidebarChatComponent",
7749
7793
  "slots": [
7750
7794
  {
7751
- "description": "Default slot for sidebar content (typically ai-chat-interface)",
7795
+ "description": "Default slot for chatbot component",
7752
7796
  "name": ""
7753
7797
  }
7754
7798
  ],
@@ -7761,9 +7805,18 @@
7761
7805
  },
7762
7806
  "privacy": "public",
7763
7807
  "default": "false",
7764
- "description": "Indicates whether the sidebar is open.",
7765
7808
  "attribute": "open"
7766
7809
  },
7810
+ {
7811
+ "kind": "field",
7812
+ "name": "expanded",
7813
+ "type": {
7814
+ "text": "boolean"
7815
+ },
7816
+ "privacy": "public",
7817
+ "default": "false",
7818
+ "attribute": "expanded"
7819
+ },
7767
7820
  {
7768
7821
  "kind": "method",
7769
7822
  "name": "show",
@@ -7772,8 +7825,7 @@
7772
7825
  "type": {
7773
7826
  "text": "void"
7774
7827
  }
7775
- },
7776
- "description": "Opens the sidebar."
7828
+ }
7777
7829
  },
7778
7830
  {
7779
7831
  "kind": "method",
@@ -7783,8 +7835,7 @@
7783
7835
  "type": {
7784
7836
  "text": "void"
7785
7837
  }
7786
- },
7787
- "description": "Closes the sidebar."
7838
+ }
7788
7839
  },
7789
7840
  {
7790
7841
  "kind": "method",
@@ -7794,18 +7845,45 @@
7794
7845
  "type": {
7795
7846
  "text": "void"
7796
7847
  }
7797
- },
7798
- "description": "Toggles the sidebar open state."
7848
+ }
7849
+ },
7850
+ {
7851
+ "kind": "method",
7852
+ "name": "expand",
7853
+ "privacy": "public",
7854
+ "return": {
7855
+ "type": {
7856
+ "text": "void"
7857
+ }
7858
+ }
7859
+ },
7860
+ {
7861
+ "kind": "method",
7862
+ "name": "collapse",
7863
+ "privacy": "public",
7864
+ "return": {
7865
+ "type": {
7866
+ "text": "void"
7867
+ }
7868
+ }
7799
7869
  }
7800
7870
  ],
7801
7871
  "events": [
7802
7872
  {
7803
- "description": "Fired when the sidebar is opened",
7804
- "name": "forge-ai-sidebar-open"
7873
+ "description": "Fired when the sidebar chat is opened",
7874
+ "name": "forge-ai-sidebar-chat-open"
7805
7875
  },
7806
7876
  {
7807
- "description": "Fired when the sidebar is closed",
7808
- "name": "forge-ai-sidebar-close"
7877
+ "description": "Fired when the sidebar chat is closed",
7878
+ "name": "forge-ai-sidebar-chat-close"
7879
+ },
7880
+ {
7881
+ "description": "Fired when the sidebar chat is expanded to modal",
7882
+ "name": "forge-ai-sidebar-chat-expand"
7883
+ },
7884
+ {
7885
+ "description": "Fired when the sidebar chat is collapsed from modal",
7886
+ "name": "forge-ai-sidebar-chat-collapse"
7809
7887
  }
7810
7888
  ],
7811
7889
  "attributes": [
@@ -7815,123 +7893,47 @@
7815
7893
  "text": "boolean"
7816
7894
  },
7817
7895
  "default": "false",
7818
- "description": "Indicates whether the sidebar is open.",
7819
7896
  "fieldName": "open"
7820
- }
7821
- ],
7822
- "superclass": {
7823
- "name": "LitElement",
7824
- "package": "lit"
7825
- },
7826
- "tagName": "forge-ai-sidebar",
7827
- "customElement": true
7828
- }
7829
- ],
7830
- "exports": [
7831
- {
7832
- "kind": "js",
7833
- "name": "AiSidebarComponentTagName",
7834
- "declaration": {
7835
- "name": "AiSidebarComponentTagName",
7836
- "module": "src/lib/ai-sidebar/ai-sidebar.ts"
7837
- }
7838
- },
7839
- {
7840
- "kind": "js",
7841
- "name": "AiSidebarComponent",
7842
- "declaration": {
7843
- "name": "AiSidebarComponent",
7844
- "module": "src/lib/ai-sidebar/ai-sidebar.ts"
7845
- }
7846
- },
7847
- {
7848
- "kind": "custom-element-definition",
7849
- "declaration": {
7850
- "name": "AiSidebarComponent",
7851
- "module": "src/lib/ai-sidebar/ai-sidebar.ts"
7852
- }
7853
- }
7854
- ]
7855
- },
7856
- {
7857
- "kind": "javascript-module",
7858
- "path": "src/lib/ai-spinner/ai-spinner.ts",
7859
- "declarations": [
7860
- {
7861
- "kind": "variable",
7862
- "name": "AiSpinnerComponentTagName",
7863
- "type": {
7864
- "text": "keyof HTMLElementTagNameMap"
7865
- },
7866
- "default": "'forge-ai-spinner'"
7867
- },
7868
- {
7869
- "kind": "class",
7870
- "description": "",
7871
- "name": "AiSpinnerComponent",
7872
- "cssProperties": [
7873
- {
7874
- "description": "Color of the spinner indicator",
7875
- "name": "--forge-ai-spinner-color"
7876
7897
  },
7877
7898
  {
7878
- "description": "Color of the spinner track",
7879
- "name": "--forge-ai-spinner-track-color"
7880
- }
7881
- ],
7882
- "members": [
7883
- {
7884
- "kind": "field",
7885
- "name": "size",
7886
- "type": {
7887
- "text": "SpinnerSize"
7888
- },
7889
- "privacy": "public",
7890
- "default": "'medium'",
7891
- "attribute": "size"
7892
- }
7893
- ],
7894
- "attributes": [
7895
- {
7896
- "name": "size",
7899
+ "name": "expanded",
7897
7900
  "type": {
7898
- "text": "SpinnerSize"
7901
+ "text": "boolean"
7899
7902
  },
7900
- "default": "'medium'",
7901
- "fieldName": "size"
7903
+ "default": "false",
7904
+ "fieldName": "expanded"
7902
7905
  }
7903
7906
  ],
7904
7907
  "superclass": {
7905
7908
  "name": "LitElement",
7906
7909
  "package": "lit"
7907
7910
  },
7908
- "tagName": "forge-ai-spinner",
7909
- "customElement": true,
7910
- "summary": "Indeterminate circular progress indicator."
7911
+ "tagName": "forge-ai-sidebar-chat",
7912
+ "customElement": true
7911
7913
  }
7912
7914
  ],
7913
7915
  "exports": [
7914
7916
  {
7915
7917
  "kind": "js",
7916
- "name": "AiSpinnerComponentTagName",
7918
+ "name": "AiSidebarChatComponentTagName",
7917
7919
  "declaration": {
7918
- "name": "AiSpinnerComponentTagName",
7919
- "module": "src/lib/ai-spinner/ai-spinner.ts"
7920
+ "name": "AiSidebarChatComponentTagName",
7921
+ "module": "src/lib/ai-sidebar-chat/ai-sidebar-chat.ts"
7920
7922
  }
7921
7923
  },
7922
7924
  {
7923
7925
  "kind": "js",
7924
- "name": "AiSpinnerComponent",
7926
+ "name": "AiSidebarChatComponent",
7925
7927
  "declaration": {
7926
- "name": "AiSpinnerComponent",
7927
- "module": "src/lib/ai-spinner/ai-spinner.ts"
7928
+ "name": "AiSidebarChatComponent",
7929
+ "module": "src/lib/ai-sidebar-chat/ai-sidebar-chat.ts"
7928
7930
  }
7929
7931
  },
7930
7932
  {
7931
7933
  "kind": "custom-element-definition",
7932
7934
  "declaration": {
7933
- "name": "AiSpinnerComponent",
7934
- "module": "src/lib/ai-spinner/ai-spinner.ts"
7935
+ "name": "AiSidebarChatComponent",
7936
+ "module": "src/lib/ai-sidebar-chat/ai-sidebar-chat.ts"
7935
7937
  }
7936
7938
  }
7937
7939
  ]
@@ -8082,17 +8084,203 @@
8082
8084
  },
8083
8085
  {
8084
8086
  "kind": "js",
8085
- "name": "AiSlashCommandMenuComponent",
8087
+ "name": "AiSlashCommandMenuComponent",
8088
+ "declaration": {
8089
+ "name": "AiSlashCommandMenuComponent",
8090
+ "module": "src/lib/ai-slash-command-menu/ai-slash-command-menu.ts"
8091
+ }
8092
+ },
8093
+ {
8094
+ "kind": "custom-element-definition",
8095
+ "declaration": {
8096
+ "name": "AiSlashCommandMenuComponent",
8097
+ "module": "src/lib/ai-slash-command-menu/ai-slash-command-menu.ts"
8098
+ }
8099
+ }
8100
+ ]
8101
+ },
8102
+ {
8103
+ "kind": "javascript-module",
8104
+ "path": "src/lib/ai-spinner/ai-spinner.ts",
8105
+ "declarations": [
8106
+ {
8107
+ "kind": "variable",
8108
+ "name": "AiSpinnerComponentTagName",
8109
+ "type": {
8110
+ "text": "keyof HTMLElementTagNameMap"
8111
+ },
8112
+ "default": "'forge-ai-spinner'"
8113
+ },
8114
+ {
8115
+ "kind": "class",
8116
+ "description": "",
8117
+ "name": "AiSpinnerComponent",
8118
+ "cssProperties": [
8119
+ {
8120
+ "description": "Color of the spinner indicator",
8121
+ "name": "--forge-ai-spinner-color"
8122
+ },
8123
+ {
8124
+ "description": "Color of the spinner track",
8125
+ "name": "--forge-ai-spinner-track-color"
8126
+ }
8127
+ ],
8128
+ "members": [
8129
+ {
8130
+ "kind": "field",
8131
+ "name": "size",
8132
+ "type": {
8133
+ "text": "SpinnerSize"
8134
+ },
8135
+ "privacy": "public",
8136
+ "default": "'medium'",
8137
+ "attribute": "size"
8138
+ }
8139
+ ],
8140
+ "attributes": [
8141
+ {
8142
+ "name": "size",
8143
+ "type": {
8144
+ "text": "SpinnerSize"
8145
+ },
8146
+ "default": "'medium'",
8147
+ "fieldName": "size"
8148
+ }
8149
+ ],
8150
+ "superclass": {
8151
+ "name": "LitElement",
8152
+ "package": "lit"
8153
+ },
8154
+ "tagName": "forge-ai-spinner",
8155
+ "customElement": true,
8156
+ "summary": "Indeterminate circular progress indicator."
8157
+ }
8158
+ ],
8159
+ "exports": [
8160
+ {
8161
+ "kind": "js",
8162
+ "name": "AiSpinnerComponentTagName",
8163
+ "declaration": {
8164
+ "name": "AiSpinnerComponentTagName",
8165
+ "module": "src/lib/ai-spinner/ai-spinner.ts"
8166
+ }
8167
+ },
8168
+ {
8169
+ "kind": "js",
8170
+ "name": "AiSpinnerComponent",
8171
+ "declaration": {
8172
+ "name": "AiSpinnerComponent",
8173
+ "module": "src/lib/ai-spinner/ai-spinner.ts"
8174
+ }
8175
+ },
8176
+ {
8177
+ "kind": "custom-element-definition",
8178
+ "declaration": {
8179
+ "name": "AiSpinnerComponent",
8180
+ "module": "src/lib/ai-spinner/ai-spinner.ts"
8181
+ }
8182
+ }
8183
+ ]
8184
+ },
8185
+ {
8186
+ "kind": "javascript-module",
8187
+ "path": "src/lib/ai-threads/ai-threads.ts",
8188
+ "declarations": [
8189
+ {
8190
+ "kind": "variable",
8191
+ "name": "AiThreadsComponentTagName",
8192
+ "type": {
8193
+ "text": "keyof HTMLElementTagNameMap"
8194
+ },
8195
+ "default": "'forge-ai-threads'"
8196
+ },
8197
+ {
8198
+ "kind": "class",
8199
+ "description": "",
8200
+ "name": "AiThreadsComponent",
8201
+ "slots": [
8202
+ {
8203
+ "description": "Default slot for chatbot component",
8204
+ "name": ""
8205
+ }
8206
+ ],
8207
+ "members": [
8208
+ {
8209
+ "kind": "field",
8210
+ "name": "threads",
8211
+ "type": {
8212
+ "text": "Thread[]"
8213
+ },
8214
+ "privacy": "public",
8215
+ "default": "[]",
8216
+ "description": "Array of threads to display in the navigation list",
8217
+ "attribute": "threads"
8218
+ }
8219
+ ],
8220
+ "events": [
8221
+ {
8222
+ "type": {
8223
+ "text": "CustomEvent<ForgeAiThreadsSelectEventData>"
8224
+ },
8225
+ "description": "Fired when a thread is selected.",
8226
+ "name": "forge-ai-threads-select"
8227
+ },
8228
+ {
8229
+ "type": {
8230
+ "text": "CustomEvent"
8231
+ },
8232
+ "description": "Fired when the new chat button is clicked.",
8233
+ "name": "forge-ai-threads-new-chat"
8234
+ },
8235
+ {
8236
+ "type": {
8237
+ "text": "CustomEvent"
8238
+ },
8239
+ "description": "Fired when the clear history button is clicked.",
8240
+ "name": "forge-ai-threads-clear-history"
8241
+ }
8242
+ ],
8243
+ "attributes": [
8244
+ {
8245
+ "name": "threads",
8246
+ "type": {
8247
+ "text": "Thread[]"
8248
+ },
8249
+ "default": "[]",
8250
+ "description": "Array of threads to display in the navigation list",
8251
+ "fieldName": "threads"
8252
+ }
8253
+ ],
8254
+ "superclass": {
8255
+ "name": "LitElement",
8256
+ "package": "lit"
8257
+ },
8258
+ "tagName": "forge-ai-threads",
8259
+ "customElement": true
8260
+ }
8261
+ ],
8262
+ "exports": [
8263
+ {
8264
+ "kind": "js",
8265
+ "name": "AiThreadsComponentTagName",
8266
+ "declaration": {
8267
+ "name": "AiThreadsComponentTagName",
8268
+ "module": "src/lib/ai-threads/ai-threads.ts"
8269
+ }
8270
+ },
8271
+ {
8272
+ "kind": "js",
8273
+ "name": "AiThreadsComponent",
8086
8274
  "declaration": {
8087
- "name": "AiSlashCommandMenuComponent",
8088
- "module": "src/lib/ai-slash-command-menu/ai-slash-command-menu.ts"
8275
+ "name": "AiThreadsComponent",
8276
+ "module": "src/lib/ai-threads/ai-threads.ts"
8089
8277
  }
8090
8278
  },
8091
8279
  {
8092
8280
  "kind": "custom-element-definition",
8093
8281
  "declaration": {
8094
- "name": "AiSlashCommandMenuComponent",
8095
- "module": "src/lib/ai-slash-command-menu/ai-slash-command-menu.ts"
8282
+ "name": "AiThreadsComponent",
8283
+ "module": "src/lib/ai-threads/ai-threads.ts"
8096
8284
  }
8097
8285
  }
8098
8286
  ]
@@ -8315,109 +8503,6 @@
8315
8503
  }
8316
8504
  ]
8317
8505
  },
8318
- {
8319
- "kind": "javascript-module",
8320
- "path": "src/lib/ai-threads/ai-threads.ts",
8321
- "declarations": [
8322
- {
8323
- "kind": "variable",
8324
- "name": "AiThreadsComponentTagName",
8325
- "type": {
8326
- "text": "keyof HTMLElementTagNameMap"
8327
- },
8328
- "default": "'forge-ai-threads'"
8329
- },
8330
- {
8331
- "kind": "class",
8332
- "description": "",
8333
- "name": "AiThreadsComponent",
8334
- "slots": [
8335
- {
8336
- "description": "Default slot for chatbot component",
8337
- "name": ""
8338
- }
8339
- ],
8340
- "members": [
8341
- {
8342
- "kind": "field",
8343
- "name": "threads",
8344
- "type": {
8345
- "text": "Thread[]"
8346
- },
8347
- "privacy": "public",
8348
- "default": "[]",
8349
- "description": "Array of threads to display in the navigation list",
8350
- "attribute": "threads"
8351
- }
8352
- ],
8353
- "events": [
8354
- {
8355
- "type": {
8356
- "text": "CustomEvent<ForgeAiThreadsSelectEventData>"
8357
- },
8358
- "description": "Fired when a thread is selected.",
8359
- "name": "forge-ai-threads-select"
8360
- },
8361
- {
8362
- "type": {
8363
- "text": "CustomEvent"
8364
- },
8365
- "description": "Fired when the new chat button is clicked.",
8366
- "name": "forge-ai-threads-new-chat"
8367
- },
8368
- {
8369
- "type": {
8370
- "text": "CustomEvent"
8371
- },
8372
- "description": "Fired when the clear history button is clicked.",
8373
- "name": "forge-ai-threads-clear-history"
8374
- }
8375
- ],
8376
- "attributes": [
8377
- {
8378
- "name": "threads",
8379
- "type": {
8380
- "text": "Thread[]"
8381
- },
8382
- "default": "[]",
8383
- "description": "Array of threads to display in the navigation list",
8384
- "fieldName": "threads"
8385
- }
8386
- ],
8387
- "superclass": {
8388
- "name": "LitElement",
8389
- "package": "lit"
8390
- },
8391
- "tagName": "forge-ai-threads",
8392
- "customElement": true
8393
- }
8394
- ],
8395
- "exports": [
8396
- {
8397
- "kind": "js",
8398
- "name": "AiThreadsComponentTagName",
8399
- "declaration": {
8400
- "name": "AiThreadsComponentTagName",
8401
- "module": "src/lib/ai-threads/ai-threads.ts"
8402
- }
8403
- },
8404
- {
8405
- "kind": "js",
8406
- "name": "AiThreadsComponent",
8407
- "declaration": {
8408
- "name": "AiThreadsComponent",
8409
- "module": "src/lib/ai-threads/ai-threads.ts"
8410
- }
8411
- },
8412
- {
8413
- "kind": "custom-element-definition",
8414
- "declaration": {
8415
- "name": "AiThreadsComponent",
8416
- "module": "src/lib/ai-threads/ai-threads.ts"
8417
- }
8418
- }
8419
- ]
8420
- },
8421
8506
  {
8422
8507
  "kind": "javascript-module",
8423
8508
  "path": "src/lib/ai-user-message/ai-user-message.ts",
@@ -8626,57 +8711,6 @@
8626
8711
  }
8627
8712
  ]
8628
8713
  },
8629
- {
8630
- "kind": "javascript-module",
8631
- "path": "src/lib/ai-chain-of-thought/thought-detail/thought-detail.ts",
8632
- "declarations": [
8633
- {
8634
- "kind": "variable",
8635
- "name": "ThoughtDetailComponentTagName",
8636
- "type": {
8637
- "text": "keyof HTMLElementTagNameMap"
8638
- },
8639
- "default": "'forge-ai-thought-detail'"
8640
- },
8641
- {
8642
- "kind": "class",
8643
- "description": "",
8644
- "name": "ThoughtDetailComponent",
8645
- "members": [],
8646
- "superclass": {
8647
- "name": "LitElement",
8648
- "package": "lit"
8649
- },
8650
- "tagName": "forge-ai-thought-detail",
8651
- "customElement": true
8652
- }
8653
- ],
8654
- "exports": [
8655
- {
8656
- "kind": "js",
8657
- "name": "ThoughtDetailComponentTagName",
8658
- "declaration": {
8659
- "name": "ThoughtDetailComponentTagName",
8660
- "module": "src/lib/ai-chain-of-thought/thought-detail/thought-detail.ts"
8661
- }
8662
- },
8663
- {
8664
- "kind": "js",
8665
- "name": "ThoughtDetailComponent",
8666
- "declaration": {
8667
- "name": "ThoughtDetailComponent",
8668
- "module": "src/lib/ai-chain-of-thought/thought-detail/thought-detail.ts"
8669
- }
8670
- },
8671
- {
8672
- "kind": "custom-element-definition",
8673
- "declaration": {
8674
- "name": "ThoughtDetailComponent",
8675
- "module": "src/lib/ai-chain-of-thought/thought-detail/thought-detail.ts"
8676
- }
8677
- }
8678
- ]
8679
- },
8680
8714
  {
8681
8715
  "kind": "javascript-module",
8682
8716
  "path": "src/lib/ai-chain-of-thought/thought-base/thought-base.ts",
@@ -8763,6 +8797,57 @@
8763
8797
  }
8764
8798
  ]
8765
8799
  },
8800
+ {
8801
+ "kind": "javascript-module",
8802
+ "path": "src/lib/ai-chain-of-thought/thought-detail/thought-detail.ts",
8803
+ "declarations": [
8804
+ {
8805
+ "kind": "variable",
8806
+ "name": "ThoughtDetailComponentTagName",
8807
+ "type": {
8808
+ "text": "keyof HTMLElementTagNameMap"
8809
+ },
8810
+ "default": "'forge-ai-thought-detail'"
8811
+ },
8812
+ {
8813
+ "kind": "class",
8814
+ "description": "",
8815
+ "name": "ThoughtDetailComponent",
8816
+ "members": [],
8817
+ "superclass": {
8818
+ "name": "LitElement",
8819
+ "package": "lit"
8820
+ },
8821
+ "tagName": "forge-ai-thought-detail",
8822
+ "customElement": true
8823
+ }
8824
+ ],
8825
+ "exports": [
8826
+ {
8827
+ "kind": "js",
8828
+ "name": "ThoughtDetailComponentTagName",
8829
+ "declaration": {
8830
+ "name": "ThoughtDetailComponentTagName",
8831
+ "module": "src/lib/ai-chain-of-thought/thought-detail/thought-detail.ts"
8832
+ }
8833
+ },
8834
+ {
8835
+ "kind": "js",
8836
+ "name": "ThoughtDetailComponent",
8837
+ "declaration": {
8838
+ "name": "ThoughtDetailComponent",
8839
+ "module": "src/lib/ai-chain-of-thought/thought-detail/thought-detail.ts"
8840
+ }
8841
+ },
8842
+ {
8843
+ "kind": "custom-element-definition",
8844
+ "declaration": {
8845
+ "name": "ThoughtDetailComponent",
8846
+ "module": "src/lib/ai-chain-of-thought/thought-detail/thought-detail.ts"
8847
+ }
8848
+ }
8849
+ ]
8850
+ },
8766
8851
  {
8767
8852
  "kind": "javascript-module",
8768
8853
  "path": "src/lib/ai-chain-of-thought/thought-image/thought-image.ts",
@@ -9430,39 +9515,101 @@
9430
9515
  "fieldName": "offset"
9431
9516
  },
9432
9517
  {
9433
- "name": "dismiss-mode",
9518
+ "name": "dismiss-mode",
9519
+ "type": {
9520
+ "text": "'auto' | 'manual'"
9521
+ },
9522
+ "default": "'auto'",
9523
+ "description": "The dismiss mode for the popover.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
9524
+ "fieldName": "dismissMode"
9525
+ }
9526
+ ],
9527
+ "superclass": {
9528
+ "name": "LitElement",
9529
+ "package": "lit"
9530
+ },
9531
+ "summary": "A popover component that provides styled overlay functionality.",
9532
+ "tagName": "forge-ai-popover",
9533
+ "customElement": true
9534
+ }
9535
+ ],
9536
+ "exports": [
9537
+ {
9538
+ "kind": "js",
9539
+ "name": "ForgeAiPopoverComponent",
9540
+ "declaration": {
9541
+ "name": "ForgeAiPopoverComponent",
9542
+ "module": "src/lib/core/popover/popover.ts"
9543
+ }
9544
+ },
9545
+ {
9546
+ "kind": "custom-element-definition",
9547
+ "name": "forge-ai-popover",
9548
+ "declaration": {
9549
+ "name": "ForgeAiPopoverComponent",
9550
+ "module": "src/lib/core/popover/popover.ts"
9551
+ }
9552
+ }
9553
+ ]
9554
+ },
9555
+ {
9556
+ "kind": "javascript-module",
9557
+ "path": "src/lib/tools/ai-data-table/ai-data-table-definition.ts",
9558
+ "declarations": [
9559
+ {
9560
+ "kind": "variable",
9561
+ "name": "displayDataTableTool",
9562
+ "type": {
9563
+ "text": "ToolDefinition"
9564
+ },
9565
+ "default": "{ name: 'displayDataTable', displayName: 'Display Data Table', description: 'Display tabular data in a formatted table with headers and rows. Use this tool when you want to present structured data, lists where there are 2 or more columns, statistics, or any information that works well in a table format.', parameters: { type: 'object' as const, properties: { title: { type: 'string', description: 'Table title or caption displayed above the data.' }, headers: { type: 'array', items: { type: 'string' }, description: 'Column names displayed as table headers. Order matches the row data order.' }, maxNumberOfRows: { type: 'number', description: 'Limit total rows shown. Useful for large datasets to prevent overwhelming display.' }, rows: { type: 'array', items: { type: 'array', items: { anyOf: [{ type: 'string' }, { type: 'number' }] } }, description: 'Data rows where each row is an array of values matching header order.' } }, required: ['headers', 'rows'] }, renderer: createToolRenderer({ elementTag: 'forge-ai-tool-data-table' }) }"
9566
+ }
9567
+ ],
9568
+ "exports": [
9569
+ {
9570
+ "kind": "js",
9571
+ "name": "displayDataTableTool",
9572
+ "declaration": {
9573
+ "name": "displayDataTableTool",
9574
+ "module": "src/lib/tools/ai-data-table/ai-data-table-definition.ts"
9575
+ }
9576
+ }
9577
+ ]
9578
+ },
9579
+ {
9580
+ "kind": "javascript-module",
9581
+ "path": "src/lib/tools/ai-data-table/ai-data-table.ts",
9582
+ "declarations": [
9583
+ {
9584
+ "kind": "class",
9585
+ "description": "Data table component tool renderer for displaying tabular data with pagination and filtering.",
9586
+ "name": "DataTableToolElement",
9587
+ "members": [
9588
+ {
9589
+ "kind": "field",
9590
+ "name": "toolCall",
9434
9591
  "type": {
9435
- "text": "'auto' | 'manual'"
9592
+ "text": "ToolCall<TableData>"
9436
9593
  },
9437
- "default": "'auto'",
9438
- "description": "The dismiss mode for the popover.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
9439
- "fieldName": "dismissMode"
9594
+ "privacy": "public",
9595
+ "description": "Tool call data containing table configuration and data"
9440
9596
  }
9441
9597
  ],
9442
9598
  "superclass": {
9443
9599
  "name": "LitElement",
9444
9600
  "package": "lit"
9445
9601
  },
9446
- "summary": "A popover component that provides styled overlay functionality.",
9447
- "tagName": "forge-ai-popover",
9602
+ "tagName": "forge-ai-tool-data-table",
9448
9603
  "customElement": true
9449
9604
  }
9450
9605
  ],
9451
9606
  "exports": [
9452
- {
9453
- "kind": "js",
9454
- "name": "ForgeAiPopoverComponent",
9455
- "declaration": {
9456
- "name": "ForgeAiPopoverComponent",
9457
- "module": "src/lib/core/popover/popover.ts"
9458
- }
9459
- },
9460
9607
  {
9461
9608
  "kind": "custom-element-definition",
9462
- "name": "forge-ai-popover",
9609
+ "name": "forge-ai-tool-data-table",
9463
9610
  "declaration": {
9464
- "name": "ForgeAiPopoverComponent",
9465
- "module": "src/lib/core/popover/popover.ts"
9611
+ "name": "DataTableToolElement",
9612
+ "module": "src/lib/tools/ai-data-table/ai-data-table.ts"
9466
9613
  }
9467
9614
  }
9468
9615
  ]
@@ -9697,68 +9844,6 @@
9697
9844
  }
9698
9845
  ]
9699
9846
  },
9700
- {
9701
- "kind": "javascript-module",
9702
- "path": "src/lib/tools/ai-data-table/ai-data-table-definition.ts",
9703
- "declarations": [
9704
- {
9705
- "kind": "variable",
9706
- "name": "displayDataTableTool",
9707
- "type": {
9708
- "text": "ToolDefinition"
9709
- },
9710
- "default": "{ name: 'displayDataTable', displayName: 'Display Data Table', description: 'Display tabular data in a formatted table with headers and rows. Use this tool when you want to present structured data, lists where there are 2 or more columns, statistics, or any information that works well in a table format.', parameters: { type: 'object' as const, properties: { title: { type: 'string', description: 'Table title or caption displayed above the data.' }, headers: { type: 'array', items: { type: 'string' }, description: 'Column names displayed as table headers. Order matches the row data order.' }, maxNumberOfRows: { type: 'number', description: 'Limit total rows shown. Useful for large datasets to prevent overwhelming display.' }, rows: { type: 'array', items: { type: 'array', items: { anyOf: [{ type: 'string' }, { type: 'number' }] } }, description: 'Data rows where each row is an array of values matching header order.' } }, required: ['headers', 'rows'] }, renderer: createToolRenderer({ elementTag: 'forge-ai-tool-data-table' }) }"
9711
- }
9712
- ],
9713
- "exports": [
9714
- {
9715
- "kind": "js",
9716
- "name": "displayDataTableTool",
9717
- "declaration": {
9718
- "name": "displayDataTableTool",
9719
- "module": "src/lib/tools/ai-data-table/ai-data-table-definition.ts"
9720
- }
9721
- }
9722
- ]
9723
- },
9724
- {
9725
- "kind": "javascript-module",
9726
- "path": "src/lib/tools/ai-data-table/ai-data-table.ts",
9727
- "declarations": [
9728
- {
9729
- "kind": "class",
9730
- "description": "Data table component tool renderer for displaying tabular data with pagination and filtering.",
9731
- "name": "DataTableToolElement",
9732
- "members": [
9733
- {
9734
- "kind": "field",
9735
- "name": "toolCall",
9736
- "type": {
9737
- "text": "ToolCall<TableData>"
9738
- },
9739
- "privacy": "public",
9740
- "description": "Tool call data containing table configuration and data"
9741
- }
9742
- ],
9743
- "superclass": {
9744
- "name": "LitElement",
9745
- "package": "lit"
9746
- },
9747
- "tagName": "forge-ai-tool-data-table",
9748
- "customElement": true
9749
- }
9750
- ],
9751
- "exports": [
9752
- {
9753
- "kind": "custom-element-definition",
9754
- "name": "forge-ai-tool-data-table",
9755
- "declaration": {
9756
- "name": "DataTableToolElement",
9757
- "module": "src/lib/tools/ai-data-table/ai-data-table.ts"
9758
- }
9759
- }
9760
- ]
9761
- },
9762
9847
  {
9763
9848
  "kind": "javascript-module",
9764
9849
  "path": "src/lib/tools/ai-paginator/ai-paginator.ts",
@@ -9866,19 +9951,23 @@
9866
9951
  "forgeTypes": {
9867
9952
  "ForgeAiActionsToolbarActionEventData": {
9868
9953
  "path": "src/lib/ai-actions-toolbar/ai-actions-toolbar.ts",
9869
- "lineNumber": 22
9954
+ "lineNumber": 23
9870
9955
  },
9871
9956
  "ForgeAiActionsToolbarFeedbackEventData": {
9872
9957
  "path": "src/lib/ai-actions-toolbar/ai-actions-toolbar.ts",
9873
- "lineNumber": 26
9958
+ "lineNumber": 27
9874
9959
  },
9875
9960
  "AiActionsToolbarAction": {
9876
9961
  "path": "src/lib/ai-actions-toolbar/ai-actions-toolbar.ts",
9877
- "lineNumber": 31
9962
+ "lineNumber": 32
9878
9963
  },
9879
9964
  "AiActionsToolbarComponent": {
9880
9965
  "path": "src/lib/ai-actions-toolbar/ai-actions-toolbar.ts",
9881
- "lineNumber": 41
9966
+ "lineNumber": 42
9967
+ },
9968
+ "AiArtifactComponent": {
9969
+ "path": "src/lib/ai-artifact/ai-artifact.ts",
9970
+ "lineNumber": 23
9882
9971
  },
9883
9972
  "AgentInfo": {
9884
9973
  "path": "src/lib/ai-chat-header/ai-chat-header.ts",
@@ -9888,10 +9977,6 @@
9888
9977
  "path": "src/lib/ai-agent-info/ai-agent-info.ts",
9889
9978
  "lineNumber": 29
9890
9979
  },
9891
- "AiArtifactComponent": {
9892
- "path": "src/lib/ai-artifact/ai-artifact.ts",
9893
- "lineNumber": 23
9894
- },
9895
9980
  "ForgeAiAttachmentRemoveEventData": {
9896
9981
  "path": "src/lib/ai-attachment/ai-attachment.ts",
9897
9982
  "lineNumber": 19
@@ -9900,18 +9985,18 @@
9900
9985
  "path": "src/lib/ai-attachment/ai-attachment.ts",
9901
9986
  "lineNumber": 41
9902
9987
  },
9903
- "AiAssistantResponseComponent": {
9904
- "path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
9905
- "lineNumber": 40
9906
- },
9907
- "AiChainOfThoughtComponent": {
9908
- "path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
9909
- "lineNumber": 17
9910
- },
9911
9988
  "AiButtonComponent": {
9912
9989
  "path": "src/lib/ai-button/ai-button.ts",
9913
9990
  "lineNumber": 22
9914
9991
  },
9992
+ "ForgeAiAssistantResponseFeedbackEventData": {
9993
+ "path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
9994
+ "lineNumber": 30
9995
+ },
9996
+ "AiAssistantResponseComponent": {
9997
+ "path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
9998
+ "lineNumber": 47
9999
+ },
9915
10000
  "MinimizeIconType": {
9916
10001
  "path": "src/lib/ai-chat-header/ai-chat-header.ts",
9917
10002
  "lineNumber": 35
@@ -9924,6 +10009,10 @@
9924
10009
  "path": "src/lib/ai-chat-header/ai-chat-header.ts",
9925
10010
  "lineNumber": 68
9926
10011
  },
10012
+ "AiChainOfThoughtComponent": {
10013
+ "path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
10014
+ "lineNumber": 17
10015
+ },
9927
10016
  "AiChatInterfaceComponent": {
9928
10017
  "path": "src/lib/ai-chat-interface/ai-chat-interface.ts",
9929
10018
  "lineNumber": 25
@@ -9982,7 +10071,7 @@
9982
10071
  },
9983
10072
  "FileRemoveEvent": {
9984
10073
  "path": "src/lib/ai-chatbot/types.ts",
9985
- "lineNumber": 194
10074
+ "lineNumber": 203
9986
10075
  },
9987
10076
  "ErrorEvent": {
9988
10077
  "path": "src/lib/ai-chatbot/agent-adapter.ts",
@@ -10050,27 +10139,31 @@
10050
10139
  },
10051
10140
  "ForgeAiChatbotMessageEventData": {
10052
10141
  "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10053
- "lineNumber": 81
10142
+ "lineNumber": 83
10054
10143
  },
10055
10144
  "ForgeAiChatbotToolCallEventData": {
10056
10145
  "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10057
- "lineNumber": 85
10146
+ "lineNumber": 87
10058
10147
  },
10059
10148
  "ForgeAiChatbotErrorEventData": {
10060
10149
  "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10061
- "lineNumber": 91
10150
+ "lineNumber": 93
10062
10151
  },
10063
10152
  "ForgeAiChatbotFileRemoveEventData": {
10064
10153
  "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10065
- "lineNumber": 95
10154
+ "lineNumber": 97
10155
+ },
10156
+ "ForgeAiChatbotResponseFeedbackEventData": {
10157
+ "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10158
+ "lineNumber": 101
10066
10159
  },
10067
10160
  "FeatureToggle": {
10068
10161
  "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10069
- "lineNumber": 104
10162
+ "lineNumber": 112
10070
10163
  },
10071
10164
  "AiChatbotComponent": {
10072
10165
  "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10073
- "lineNumber": 134
10166
+ "lineNumber": 143
10074
10167
  },
10075
10168
  "CreateToolRendererElementConfig": {
10076
10169
  "path": "src/lib/ai-chatbot/create-tool-renderer.ts",
@@ -10118,11 +10211,11 @@
10118
10211
  },
10119
10212
  "MessageStateControllerConfig": {
10120
10213
  "path": "src/lib/ai-chatbot/message-state-controller.ts",
10121
- "lineNumber": 22
10214
+ "lineNumber": 23
10122
10215
  },
10123
10216
  "MessageStateController": {
10124
10217
  "path": "src/lib/ai-chatbot/message-state-controller.ts",
10125
- "lineNumber": 35
10218
+ "lineNumber": 36
10126
10219
  },
10127
10220
  "HeadingLevel": {
10128
10221
  "path": "src/lib/ai-chatbot/types.ts",
@@ -10174,47 +10267,55 @@
10174
10267
  },
10175
10268
  "ToolCall": {
10176
10269
  "path": "src/lib/ai-chatbot/types.ts",
10177
- "lineNumber": 135
10270
+ "lineNumber": 136
10178
10271
  },
10179
10272
  "ResponseItem": {
10180
10273
  "path": "src/lib/ai-chatbot/types.ts",
10181
- "lineNumber": 147
10274
+ "lineNumber": 148
10275
+ },
10276
+ "FeedbackType": {
10277
+ "path": "src/lib/ai-chatbot/types.ts",
10278
+ "lineNumber": 152
10279
+ },
10280
+ "ResponseFeedback": {
10281
+ "path": "src/lib/ai-chatbot/types.ts",
10282
+ "lineNumber": 154
10182
10283
  },
10183
10284
  "AssistantResponse": {
10184
10285
  "path": "src/lib/ai-chatbot/types.ts",
10185
- "lineNumber": 151
10286
+ "lineNumber": 159
10186
10287
  },
10187
10288
  "FileAttachment": {
10188
10289
  "path": "src/lib/ai-chatbot/types.ts",
10189
- "lineNumber": 159
10290
+ "lineNumber": 168
10190
10291
  },
10191
10292
  "UploadedFileMetadata": {
10192
10293
  "path": "src/lib/ai-chatbot/types.ts",
10193
- "lineNumber": 172
10294
+ "lineNumber": 181
10194
10295
  },
10195
10296
  "FileUploadCallbacks": {
10196
10297
  "path": "src/lib/ai-chatbot/types.ts",
10197
- "lineNumber": 180
10298
+ "lineNumber": 189
10198
10299
  },
10199
10300
  "FileUploadHandler": {
10200
10301
  "path": "src/lib/ai-chatbot/types.ts",
10201
- "lineNumber": 187
10302
+ "lineNumber": 196
10202
10303
  },
10203
10304
  "FileRemoveCallbacks": {
10204
10305
  "path": "src/lib/ai-chatbot/types.ts",
10205
- "lineNumber": 189
10306
+ "lineNumber": 198
10206
10307
  },
10207
10308
  "ForgeAiChatbotFileSelectEventData": {
10208
10309
  "path": "src/lib/ai-chatbot/types.ts",
10209
- "lineNumber": 198
10310
+ "lineNumber": 207
10210
10311
  },
10211
10312
  "MessageItem": {
10212
10313
  "path": "src/lib/ai-chatbot/types.ts",
10213
- "lineNumber": 211
10314
+ "lineNumber": 220
10214
10315
  },
10215
10316
  "ThreadState": {
10216
10317
  "path": "src/lib/ai-chatbot/types.ts",
10217
- "lineNumber": 216
10318
+ "lineNumber": 225
10218
10319
  },
10219
10320
  "AiConfirmationPromptComponent": {
10220
10321
  "path": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts",
@@ -10342,19 +10443,19 @@
10342
10443
  },
10343
10444
  "ForgeAiMessageThreadCopyEventData": {
10344
10445
  "path": "src/lib/ai-message-thread/ai-message-thread.ts",
10345
- "lineNumber": 32
10446
+ "lineNumber": 33
10346
10447
  },
10347
10448
  "ForgeAiMessageThreadRefreshEventData": {
10348
10449
  "path": "src/lib/ai-message-thread/ai-message-thread.ts",
10349
- "lineNumber": 36
10450
+ "lineNumber": 37
10350
10451
  },
10351
10452
  "ForgeAiMessageThreadThumbsEventData": {
10352
10453
  "path": "src/lib/ai-message-thread/ai-message-thread.ts",
10353
- "lineNumber": 40
10454
+ "lineNumber": 41
10354
10455
  },
10355
10456
  "AiMessageThreadComponent": {
10356
10457
  "path": "src/lib/ai-message-thread/ai-message-thread.ts",
10357
- "lineNumber": 65
10458
+ "lineNumber": 67
10358
10459
  },
10359
10460
  "AiModalComponent": {
10360
10461
  "path": "src/lib/ai-modal/ai-modal.ts",
@@ -10362,43 +10463,47 @@
10362
10463
  },
10363
10464
  "ForgeAiPromptSendEventData": {
10364
10465
  "path": "src/lib/ai-prompt/ai-prompt.ts",
10365
- "lineNumber": 26
10466
+ "lineNumber": 28
10366
10467
  },
10367
10468
  "ForgeAiPromptAttachmentEventData": {
10368
10469
  "path": "src/lib/ai-prompt/ai-prompt.ts",
10369
- "lineNumber": 32
10470
+ "lineNumber": 34
10370
10471
  },
10371
10472
  "ForgeAiPromptCommandEventData": {
10372
10473
  "path": "src/lib/ai-prompt/ai-prompt.ts",
10373
- "lineNumber": 36
10474
+ "lineNumber": 38
10374
10475
  },
10375
10476
  "AiPromptVariant": {
10376
10477
  "path": "src/lib/ai-prompt/ai-prompt.ts",
10377
- "lineNumber": 42
10478
+ "lineNumber": 44
10378
10479
  },
10379
10480
  "AiPromptComponent": {
10380
10481
  "path": "src/lib/ai-prompt/ai-prompt.ts",
10381
- "lineNumber": 60
10482
+ "lineNumber": 62
10382
10483
  },
10383
10484
  "AiReasoningComponent": {
10384
10485
  "path": "src/lib/ai-reasoning/ai-reasoning.ts",
10385
10486
  "lineNumber": 17
10386
10487
  },
10488
+ "AiReasoningHeaderComponent": {
10489
+ "path": "src/lib/ai-reasoning-header/ai-reasoning-header.ts",
10490
+ "lineNumber": 22
10491
+ },
10387
10492
  "AiResponseMessageComponent": {
10388
10493
  "path": "src/lib/ai-response-message/ai-response-message.ts",
10389
10494
  "lineNumber": 19
10390
10495
  },
10391
- "AiReasoningHeaderComponent": {
10392
- "path": "src/lib/ai-reasoning-header/ai-reasoning-header.ts",
10393
- "lineNumber": 22
10496
+ "AiSidebarComponent": {
10497
+ "path": "src/lib/ai-sidebar/ai-sidebar.ts",
10498
+ "lineNumber": 28
10394
10499
  },
10395
10500
  "AiSidebarChatComponent": {
10396
10501
  "path": "src/lib/ai-sidebar-chat/ai-sidebar-chat.ts",
10397
10502
  "lineNumber": 42
10398
10503
  },
10399
- "AiSidebarComponent": {
10400
- "path": "src/lib/ai-sidebar/ai-sidebar.ts",
10401
- "lineNumber": 28
10504
+ "AiSlashCommandMenuComponent": {
10505
+ "path": "src/lib/ai-slash-command-menu/ai-slash-command-menu.ts",
10506
+ "lineNumber": 32
10402
10507
  },
10403
10508
  "SpinnerSize": {
10404
10509
  "path": "src/lib/ai-spinner/ai-spinner.ts",
@@ -10408,9 +10513,17 @@
10408
10513
  "path": "src/lib/ai-spinner/ai-spinner.ts",
10409
10514
  "lineNumber": 27
10410
10515
  },
10411
- "AiSlashCommandMenuComponent": {
10412
- "path": "src/lib/ai-slash-command-menu/ai-slash-command-menu.ts",
10413
- "lineNumber": 32
10516
+ "Thread": {
10517
+ "path": "src/lib/ai-threads/ai-threads.ts",
10518
+ "lineNumber": 19
10519
+ },
10520
+ "ForgeAiThreadsSelectEventData": {
10521
+ "path": "src/lib/ai-threads/ai-threads.ts",
10522
+ "lineNumber": 26
10523
+ },
10524
+ "AiThreadsComponent": {
10525
+ "path": "src/lib/ai-threads/ai-threads.ts",
10526
+ "lineNumber": 46
10414
10527
  },
10415
10528
  "Suggestion": {
10416
10529
  "path": "src/lib/ai-suggestions/ai-suggestions.ts",
@@ -10432,18 +10545,6 @@
10432
10545
  "path": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts",
10433
10546
  "lineNumber": 38
10434
10547
  },
10435
- "Thread": {
10436
- "path": "src/lib/ai-threads/ai-threads.ts",
10437
- "lineNumber": 19
10438
- },
10439
- "ForgeAiThreadsSelectEventData": {
10440
- "path": "src/lib/ai-threads/ai-threads.ts",
10441
- "lineNumber": 26
10442
- },
10443
- "AiThreadsComponent": {
10444
- "path": "src/lib/ai-threads/ai-threads.ts",
10445
- "lineNumber": 46
10446
- },
10447
10548
  "AiUserMessageComponent": {
10448
10549
  "path": "src/lib/ai-user-message/ai-user-message.ts",
10449
10550
  "lineNumber": 17
@@ -10484,14 +10585,14 @@
10484
10585
  "path": "src/lib/core/drag-controller.ts",
10485
10586
  "lineNumber": 21
10486
10587
  },
10487
- "ThoughtDetailComponent": {
10488
- "path": "src/lib/ai-chain-of-thought/thought-detail/thought-detail.ts",
10489
- "lineNumber": 18
10490
- },
10491
10588
  "ThoughtBaseComponent": {
10492
10589
  "path": "src/lib/ai-chain-of-thought/thought-base/thought-base.ts",
10493
10590
  "lineNumber": 21
10494
10591
  },
10592
+ "ThoughtDetailComponent": {
10593
+ "path": "src/lib/ai-chain-of-thought/thought-detail/thought-detail.ts",
10594
+ "lineNumber": 18
10595
+ },
10495
10596
  "ThoughtImageComponent": {
10496
10597
  "path": "src/lib/ai-chain-of-thought/thought-image/thought-image.ts",
10497
10598
  "lineNumber": 19
@@ -10540,6 +10641,14 @@
10540
10641
  "path": "src/lib/core/popover/popover.ts",
10541
10642
  "lineNumber": 37
10542
10643
  },
10644
+ "TableData": {
10645
+ "path": "src/lib/tools/ai-data-table/ai-data-table.ts",
10646
+ "lineNumber": 16
10647
+ },
10648
+ "DataTableToolElement": {
10649
+ "path": "src/lib/tools/ai-data-table/ai-data-table.ts",
10650
+ "lineNumber": 32
10651
+ },
10543
10652
  "TooltipToggleEventDetail": {
10544
10653
  "path": "src/lib/core/tooltip/tooltip.ts",
10545
10654
  "lineNumber": 20
@@ -10556,14 +10665,6 @@
10556
10665
  "path": "src/lib/core/tooltip/tooltip.ts",
10557
10666
  "lineNumber": 44
10558
10667
  },
10559
- "TableData": {
10560
- "path": "src/lib/tools/ai-data-table/ai-data-table.ts",
10561
- "lineNumber": 16
10562
- },
10563
- "DataTableToolElement": {
10564
- "path": "src/lib/tools/ai-data-table/ai-data-table.ts",
10565
- "lineNumber": 32
10566
- },
10567
10668
  "AiPaginator": {
10568
10669
  "path": "src/lib/tools/ai-paginator/ai-paginator.ts",
10569
10670
  "lineNumber": 11