@tylertech/forge-ai 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1198 -1170
- package/dist/ai-chatbot/ag-ui-adapter.d.ts +2 -0
- package/dist/ai-chatbot/ag-ui-adapter.mjs +11 -3
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -297,143 +297,6 @@
|
|
|
297
297
|
}
|
|
298
298
|
]
|
|
299
299
|
},
|
|
300
|
-
{
|
|
301
|
-
"kind": "javascript-module",
|
|
302
|
-
"path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
|
|
303
|
-
"declarations": [
|
|
304
|
-
{
|
|
305
|
-
"kind": "variable",
|
|
306
|
-
"name": "AiAssistantResponseComponentTagName",
|
|
307
|
-
"type": {
|
|
308
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
309
|
-
},
|
|
310
|
-
"default": "'forge-ai-assistant-response'"
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"kind": "class",
|
|
314
|
-
"description": "",
|
|
315
|
-
"name": "AiAssistantResponseComponent",
|
|
316
|
-
"members": [
|
|
317
|
-
{
|
|
318
|
-
"kind": "field",
|
|
319
|
-
"name": "response",
|
|
320
|
-
"type": {
|
|
321
|
-
"text": "AssistantResponse"
|
|
322
|
-
},
|
|
323
|
-
"privacy": "public"
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
"kind": "field",
|
|
327
|
-
"name": "tools",
|
|
328
|
-
"type": {
|
|
329
|
-
"text": "Map<string, ToolDefinition> | undefined"
|
|
330
|
-
},
|
|
331
|
-
"privacy": "public"
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"kind": "field",
|
|
335
|
-
"name": "enableReactions",
|
|
336
|
-
"type": {
|
|
337
|
-
"text": "boolean"
|
|
338
|
-
},
|
|
339
|
-
"privacy": "public",
|
|
340
|
-
"default": "false",
|
|
341
|
-
"attribute": "enable-reactions"
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"kind": "field",
|
|
345
|
-
"name": "debugMode",
|
|
346
|
-
"type": {
|
|
347
|
-
"text": "boolean"
|
|
348
|
-
},
|
|
349
|
-
"privacy": "public",
|
|
350
|
-
"default": "false",
|
|
351
|
-
"attribute": "debug-mode"
|
|
352
|
-
}
|
|
353
|
-
],
|
|
354
|
-
"events": [
|
|
355
|
-
{
|
|
356
|
-
"type": {
|
|
357
|
-
"text": "CustomEvent<{ responseId: string }>"
|
|
358
|
-
},
|
|
359
|
-
"description": "Fired when copy action is clicked",
|
|
360
|
-
"name": "forge-ai-assistant-response-copy"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"type": {
|
|
364
|
-
"text": "CustomEvent<{ responseId: string }>"
|
|
365
|
-
},
|
|
366
|
-
"description": "Fired when refresh action is clicked",
|
|
367
|
-
"name": "forge-ai-assistant-response-refresh"
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"type": {
|
|
371
|
-
"text": "CustomEvent<{ responseId: string }>"
|
|
372
|
-
},
|
|
373
|
-
"description": "Fired when thumbs up is clicked",
|
|
374
|
-
"name": "forge-ai-assistant-response-thumbs-up"
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
"type": {
|
|
378
|
-
"text": "CustomEvent<{ responseId: string }>"
|
|
379
|
-
},
|
|
380
|
-
"description": "Fired when thumbs down is clicked",
|
|
381
|
-
"name": "forge-ai-assistant-response-thumbs-down"
|
|
382
|
-
}
|
|
383
|
-
],
|
|
384
|
-
"attributes": [
|
|
385
|
-
{
|
|
386
|
-
"name": "enable-reactions",
|
|
387
|
-
"type": {
|
|
388
|
-
"text": "boolean"
|
|
389
|
-
},
|
|
390
|
-
"default": "false",
|
|
391
|
-
"fieldName": "enableReactions"
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"name": "debug-mode",
|
|
395
|
-
"type": {
|
|
396
|
-
"text": "boolean"
|
|
397
|
-
},
|
|
398
|
-
"default": "false",
|
|
399
|
-
"fieldName": "debugMode"
|
|
400
|
-
}
|
|
401
|
-
],
|
|
402
|
-
"superclass": {
|
|
403
|
-
"name": "LitElement",
|
|
404
|
-
"package": "lit"
|
|
405
|
-
},
|
|
406
|
-
"tagName": "forge-ai-assistant-response",
|
|
407
|
-
"customElement": true,
|
|
408
|
-
"summary": "Renders a complete assistant response with interleaved text chunks and tool calls."
|
|
409
|
-
}
|
|
410
|
-
],
|
|
411
|
-
"exports": [
|
|
412
|
-
{
|
|
413
|
-
"kind": "js",
|
|
414
|
-
"name": "AiAssistantResponseComponentTagName",
|
|
415
|
-
"declaration": {
|
|
416
|
-
"name": "AiAssistantResponseComponentTagName",
|
|
417
|
-
"module": "src/lib/ai-assistant-response/ai-assistant-response.ts"
|
|
418
|
-
}
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"kind": "js",
|
|
422
|
-
"name": "AiAssistantResponseComponent",
|
|
423
|
-
"declaration": {
|
|
424
|
-
"name": "AiAssistantResponseComponent",
|
|
425
|
-
"module": "src/lib/ai-assistant-response/ai-assistant-response.ts"
|
|
426
|
-
}
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"kind": "custom-element-definition",
|
|
430
|
-
"declaration": {
|
|
431
|
-
"name": "AiAssistantResponseComponent",
|
|
432
|
-
"module": "src/lib/ai-assistant-response/ai-assistant-response.ts"
|
|
433
|
-
}
|
|
434
|
-
}
|
|
435
|
-
]
|
|
436
|
-
},
|
|
437
300
|
{
|
|
438
301
|
"kind": "javascript-module",
|
|
439
302
|
"path": "src/lib/ai-attachment/ai-attachment.ts",
|
|
@@ -606,103 +469,315 @@
|
|
|
606
469
|
},
|
|
607
470
|
{
|
|
608
471
|
"kind": "javascript-module",
|
|
609
|
-
"path": "src/lib/ai-
|
|
472
|
+
"path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
|
|
610
473
|
"declarations": [
|
|
611
474
|
{
|
|
612
475
|
"kind": "variable",
|
|
613
|
-
"name": "
|
|
476
|
+
"name": "AiAssistantResponseComponentTagName",
|
|
614
477
|
"type": {
|
|
615
478
|
"text": "keyof HTMLElementTagNameMap"
|
|
616
479
|
},
|
|
617
|
-
"default": "'forge-ai-
|
|
480
|
+
"default": "'forge-ai-assistant-response'"
|
|
618
481
|
},
|
|
619
482
|
{
|
|
620
483
|
"kind": "class",
|
|
621
484
|
"description": "",
|
|
622
|
-
"name": "
|
|
623
|
-
"slots": [
|
|
624
|
-
{
|
|
625
|
-
"description": "Default slot for button content",
|
|
626
|
-
"name": ""
|
|
627
|
-
}
|
|
628
|
-
],
|
|
485
|
+
"name": "AiAssistantResponseComponent",
|
|
629
486
|
"members": [
|
|
630
487
|
{
|
|
631
488
|
"kind": "field",
|
|
632
|
-
"name": "
|
|
489
|
+
"name": "response",
|
|
490
|
+
"type": {
|
|
491
|
+
"text": "AssistantResponse"
|
|
492
|
+
},
|
|
493
|
+
"privacy": "public"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"kind": "field",
|
|
497
|
+
"name": "tools",
|
|
498
|
+
"type": {
|
|
499
|
+
"text": "Map<string, ToolDefinition> | undefined"
|
|
500
|
+
},
|
|
501
|
+
"privacy": "public"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"kind": "field",
|
|
505
|
+
"name": "enableReactions",
|
|
633
506
|
"type": {
|
|
634
507
|
"text": "boolean"
|
|
635
508
|
},
|
|
636
509
|
"privacy": "public",
|
|
637
510
|
"default": "false",
|
|
638
|
-
"
|
|
639
|
-
|
|
640
|
-
|
|
511
|
+
"attribute": "enable-reactions"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"kind": "field",
|
|
515
|
+
"name": "debugMode",
|
|
516
|
+
"type": {
|
|
517
|
+
"text": "boolean"
|
|
518
|
+
},
|
|
519
|
+
"privacy": "public",
|
|
520
|
+
"default": "false",
|
|
521
|
+
"attribute": "debug-mode"
|
|
522
|
+
}
|
|
523
|
+
],
|
|
524
|
+
"events": [
|
|
525
|
+
{
|
|
526
|
+
"type": {
|
|
527
|
+
"text": "CustomEvent<{ responseId: string }>"
|
|
528
|
+
},
|
|
529
|
+
"description": "Fired when copy action is clicked",
|
|
530
|
+
"name": "forge-ai-assistant-response-copy"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"type": {
|
|
534
|
+
"text": "CustomEvent<{ responseId: string }>"
|
|
535
|
+
},
|
|
536
|
+
"description": "Fired when refresh action is clicked",
|
|
537
|
+
"name": "forge-ai-assistant-response-refresh"
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"type": {
|
|
541
|
+
"text": "CustomEvent<{ responseId: string }>"
|
|
542
|
+
},
|
|
543
|
+
"description": "Fired when thumbs up is clicked",
|
|
544
|
+
"name": "forge-ai-assistant-response-thumbs-up"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"type": {
|
|
548
|
+
"text": "CustomEvent<{ responseId: string }>"
|
|
549
|
+
},
|
|
550
|
+
"description": "Fired when thumbs down is clicked",
|
|
551
|
+
"name": "forge-ai-assistant-response-thumbs-down"
|
|
641
552
|
}
|
|
642
553
|
],
|
|
643
554
|
"attributes": [
|
|
644
555
|
{
|
|
645
|
-
"name": "
|
|
556
|
+
"name": "enable-reactions",
|
|
646
557
|
"type": {
|
|
647
558
|
"text": "boolean"
|
|
648
559
|
},
|
|
649
560
|
"default": "false",
|
|
650
|
-
"
|
|
651
|
-
|
|
561
|
+
"fieldName": "enableReactions"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "debug-mode",
|
|
565
|
+
"type": {
|
|
566
|
+
"text": "boolean"
|
|
567
|
+
},
|
|
568
|
+
"default": "false",
|
|
569
|
+
"fieldName": "debugMode"
|
|
652
570
|
}
|
|
653
571
|
],
|
|
654
572
|
"superclass": {
|
|
655
573
|
"name": "LitElement",
|
|
656
574
|
"package": "lit"
|
|
657
575
|
},
|
|
658
|
-
"tagName": "forge-ai-
|
|
659
|
-
"customElement": true
|
|
576
|
+
"tagName": "forge-ai-assistant-response",
|
|
577
|
+
"customElement": true,
|
|
578
|
+
"summary": "Renders a complete assistant response with interleaved text chunks and tool calls."
|
|
660
579
|
}
|
|
661
580
|
],
|
|
662
581
|
"exports": [
|
|
663
582
|
{
|
|
664
583
|
"kind": "js",
|
|
665
|
-
"name": "
|
|
584
|
+
"name": "AiAssistantResponseComponentTagName",
|
|
666
585
|
"declaration": {
|
|
667
|
-
"name": "
|
|
668
|
-
"module": "src/lib/ai-
|
|
586
|
+
"name": "AiAssistantResponseComponentTagName",
|
|
587
|
+
"module": "src/lib/ai-assistant-response/ai-assistant-response.ts"
|
|
669
588
|
}
|
|
670
589
|
},
|
|
671
590
|
{
|
|
672
591
|
"kind": "js",
|
|
673
|
-
"name": "
|
|
592
|
+
"name": "AiAssistantResponseComponent",
|
|
674
593
|
"declaration": {
|
|
675
|
-
"name": "
|
|
676
|
-
"module": "src/lib/ai-
|
|
594
|
+
"name": "AiAssistantResponseComponent",
|
|
595
|
+
"module": "src/lib/ai-assistant-response/ai-assistant-response.ts"
|
|
677
596
|
}
|
|
678
597
|
},
|
|
679
598
|
{
|
|
680
599
|
"kind": "custom-element-definition",
|
|
681
600
|
"declaration": {
|
|
682
|
-
"name": "
|
|
683
|
-
"module": "src/lib/ai-
|
|
601
|
+
"name": "AiAssistantResponseComponent",
|
|
602
|
+
"module": "src/lib/ai-assistant-response/ai-assistant-response.ts"
|
|
684
603
|
}
|
|
685
604
|
}
|
|
686
605
|
]
|
|
687
606
|
},
|
|
688
607
|
{
|
|
689
608
|
"kind": "javascript-module",
|
|
690
|
-
"path": "src/lib/ai-
|
|
609
|
+
"path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
|
|
691
610
|
"declarations": [
|
|
692
611
|
{
|
|
693
612
|
"kind": "variable",
|
|
694
|
-
"name": "
|
|
613
|
+
"name": "AiChainOfThoughtComponentTagName",
|
|
695
614
|
"type": {
|
|
696
615
|
"text": "keyof HTMLElementTagNameMap"
|
|
697
616
|
},
|
|
698
|
-
"default": "'forge-ai-
|
|
617
|
+
"default": "'forge-ai-chain-of-thought'"
|
|
699
618
|
},
|
|
700
619
|
{
|
|
701
620
|
"kind": "class",
|
|
702
621
|
"description": "",
|
|
703
|
-
"name": "
|
|
704
|
-
"
|
|
705
|
-
{
|
|
622
|
+
"name": "AiChainOfThoughtComponent",
|
|
623
|
+
"members": [
|
|
624
|
+
{
|
|
625
|
+
"kind": "field",
|
|
626
|
+
"name": "expanded",
|
|
627
|
+
"type": {
|
|
628
|
+
"text": "boolean"
|
|
629
|
+
},
|
|
630
|
+
"privacy": "public",
|
|
631
|
+
"default": "false",
|
|
632
|
+
"description": "Whether the chain of thought is expanded",
|
|
633
|
+
"attribute": "expanded",
|
|
634
|
+
"reflects": true
|
|
635
|
+
}
|
|
636
|
+
],
|
|
637
|
+
"attributes": [
|
|
638
|
+
{
|
|
639
|
+
"name": "expanded",
|
|
640
|
+
"type": {
|
|
641
|
+
"text": "boolean"
|
|
642
|
+
},
|
|
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
|
+
{
|
|
706
781
|
"description": "Slot for custom icon (default: forge-ai-icon)",
|
|
707
782
|
"name": "icon"
|
|
708
783
|
}
|
|
@@ -970,81 +1045,6 @@
|
|
|
970
1045
|
}
|
|
971
1046
|
]
|
|
972
1047
|
},
|
|
973
|
-
{
|
|
974
|
-
"kind": "javascript-module",
|
|
975
|
-
"path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
|
|
976
|
-
"declarations": [
|
|
977
|
-
{
|
|
978
|
-
"kind": "variable",
|
|
979
|
-
"name": "AiChainOfThoughtComponentTagName",
|
|
980
|
-
"type": {
|
|
981
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
982
|
-
},
|
|
983
|
-
"default": "'forge-ai-chain-of-thought'"
|
|
984
|
-
},
|
|
985
|
-
{
|
|
986
|
-
"kind": "class",
|
|
987
|
-
"description": "",
|
|
988
|
-
"name": "AiChainOfThoughtComponent",
|
|
989
|
-
"members": [
|
|
990
|
-
{
|
|
991
|
-
"kind": "field",
|
|
992
|
-
"name": "expanded",
|
|
993
|
-
"type": {
|
|
994
|
-
"text": "boolean"
|
|
995
|
-
},
|
|
996
|
-
"privacy": "public",
|
|
997
|
-
"default": "false",
|
|
998
|
-
"description": "Whether the chain of thought is expanded",
|
|
999
|
-
"attribute": "expanded",
|
|
1000
|
-
"reflects": true
|
|
1001
|
-
}
|
|
1002
|
-
],
|
|
1003
|
-
"attributes": [
|
|
1004
|
-
{
|
|
1005
|
-
"name": "expanded",
|
|
1006
|
-
"type": {
|
|
1007
|
-
"text": "boolean"
|
|
1008
|
-
},
|
|
1009
|
-
"default": "false",
|
|
1010
|
-
"description": "Whether the chain of thought is expanded",
|
|
1011
|
-
"fieldName": "expanded"
|
|
1012
|
-
}
|
|
1013
|
-
],
|
|
1014
|
-
"superclass": {
|
|
1015
|
-
"name": "LitElement",
|
|
1016
|
-
"package": "lit"
|
|
1017
|
-
},
|
|
1018
|
-
"tagName": "forge-ai-chain-of-thought",
|
|
1019
|
-
"customElement": true
|
|
1020
|
-
}
|
|
1021
|
-
],
|
|
1022
|
-
"exports": [
|
|
1023
|
-
{
|
|
1024
|
-
"kind": "js",
|
|
1025
|
-
"name": "AiChainOfThoughtComponentTagName",
|
|
1026
|
-
"declaration": {
|
|
1027
|
-
"name": "AiChainOfThoughtComponentTagName",
|
|
1028
|
-
"module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
|
|
1029
|
-
}
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"kind": "js",
|
|
1033
|
-
"name": "AiChainOfThoughtComponent",
|
|
1034
|
-
"declaration": {
|
|
1035
|
-
"name": "AiChainOfThoughtComponent",
|
|
1036
|
-
"module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
|
|
1037
|
-
}
|
|
1038
|
-
},
|
|
1039
|
-
{
|
|
1040
|
-
"kind": "custom-element-definition",
|
|
1041
|
-
"declaration": {
|
|
1042
|
-
"name": "AiChainOfThoughtComponent",
|
|
1043
|
-
"module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
|
|
1044
|
-
}
|
|
1045
|
-
}
|
|
1046
|
-
]
|
|
1047
|
-
},
|
|
1048
1048
|
{
|
|
1049
1049
|
"kind": "javascript-module",
|
|
1050
1050
|
"path": "src/lib/ai-chat-interface/ai-chat-interface.ts",
|
|
@@ -1131,166 +1131,51 @@
|
|
|
1131
1131
|
},
|
|
1132
1132
|
{
|
|
1133
1133
|
"kind": "javascript-module",
|
|
1134
|
-
"path": "src/lib/ai-
|
|
1134
|
+
"path": "src/lib/ai-chatbot/ag-ui-adapter.ts",
|
|
1135
1135
|
"declarations": [
|
|
1136
|
-
{
|
|
1137
|
-
"kind": "variable",
|
|
1138
|
-
"name": "AiConfirmationPromptComponentTagName",
|
|
1139
|
-
"type": {
|
|
1140
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
1141
|
-
},
|
|
1142
|
-
"default": "'forge-ai-confirmation-prompt'"
|
|
1143
|
-
},
|
|
1144
1136
|
{
|
|
1145
1137
|
"kind": "class",
|
|
1146
1138
|
"description": "",
|
|
1147
|
-
"name": "
|
|
1139
|
+
"name": "AgUiAdapter",
|
|
1148
1140
|
"members": [
|
|
1149
1141
|
{
|
|
1150
1142
|
"kind": "field",
|
|
1151
|
-
"name": "
|
|
1143
|
+
"name": "threadId",
|
|
1152
1144
|
"type": {
|
|
1153
1145
|
"text": "string"
|
|
1154
1146
|
},
|
|
1155
1147
|
"privacy": "public",
|
|
1156
|
-
"
|
|
1157
|
-
|
|
1148
|
+
"inheritedFrom": {
|
|
1149
|
+
"name": "AgentAdapter",
|
|
1150
|
+
"module": "src/lib/ai-chatbot/agent-adapter.ts"
|
|
1151
|
+
}
|
|
1158
1152
|
},
|
|
1159
1153
|
{
|
|
1160
|
-
"kind": "
|
|
1161
|
-
"name": "
|
|
1162
|
-
"type": {
|
|
1163
|
-
"text": "string"
|
|
1164
|
-
},
|
|
1165
|
-
"privacy": "public",
|
|
1166
|
-
"default": "'Confirm'",
|
|
1167
|
-
"attribute": "confirm-text"
|
|
1168
|
-
},
|
|
1169
|
-
{
|
|
1170
|
-
"kind": "field",
|
|
1171
|
-
"name": "denyText",
|
|
1172
|
-
"type": {
|
|
1173
|
-
"text": "string"
|
|
1174
|
-
},
|
|
1175
|
-
"privacy": "public",
|
|
1176
|
-
"default": "'Deny'",
|
|
1177
|
-
"attribute": "deny-text"
|
|
1178
|
-
},
|
|
1179
|
-
{
|
|
1180
|
-
"kind": "field",
|
|
1181
|
-
"name": "disabled",
|
|
1182
|
-
"type": {
|
|
1183
|
-
"text": "boolean"
|
|
1184
|
-
},
|
|
1154
|
+
"kind": "method",
|
|
1155
|
+
"name": "setContext",
|
|
1185
1156
|
"privacy": "public",
|
|
1186
|
-
"
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
"events": [
|
|
1191
|
-
{
|
|
1192
|
-
"type": {
|
|
1193
|
-
"text": "CustomEvent<void>"
|
|
1194
|
-
},
|
|
1195
|
-
"description": "Fired when user confirms the prompt",
|
|
1196
|
-
"name": "forge-ai-confirmation-prompt-confirm"
|
|
1197
|
-
},
|
|
1198
|
-
{
|
|
1199
|
-
"type": {
|
|
1200
|
-
"text": "CustomEvent<void>"
|
|
1201
|
-
},
|
|
1202
|
-
"description": "Fired when user denies the prompt",
|
|
1203
|
-
"name": "forge-ai-confirmation-prompt-deny"
|
|
1204
|
-
}
|
|
1205
|
-
],
|
|
1206
|
-
"attributes": [
|
|
1207
|
-
{
|
|
1208
|
-
"name": "text",
|
|
1209
|
-
"type": {
|
|
1210
|
-
"text": "string"
|
|
1211
|
-
},
|
|
1212
|
-
"default": "''",
|
|
1213
|
-
"fieldName": "text"
|
|
1214
|
-
},
|
|
1215
|
-
{
|
|
1216
|
-
"name": "confirm-text",
|
|
1217
|
-
"type": {
|
|
1218
|
-
"text": "string"
|
|
1219
|
-
},
|
|
1220
|
-
"default": "'Confirm'",
|
|
1221
|
-
"fieldName": "confirmText"
|
|
1222
|
-
},
|
|
1223
|
-
{
|
|
1224
|
-
"name": "deny-text",
|
|
1225
|
-
"type": {
|
|
1226
|
-
"text": "string"
|
|
1157
|
+
"return": {
|
|
1158
|
+
"type": {
|
|
1159
|
+
"text": "void"
|
|
1160
|
+
}
|
|
1227
1161
|
},
|
|
1228
|
-
"
|
|
1229
|
-
|
|
1162
|
+
"parameters": [
|
|
1163
|
+
{
|
|
1164
|
+
"name": "context",
|
|
1165
|
+
"type": {
|
|
1166
|
+
"text": "Record<string, unknown>"
|
|
1167
|
+
}
|
|
1168
|
+
}
|
|
1169
|
+
]
|
|
1230
1170
|
},
|
|
1231
1171
|
{
|
|
1232
|
-
"
|
|
1233
|
-
"
|
|
1234
|
-
"text": "boolean"
|
|
1235
|
-
},
|
|
1236
|
-
"default": "false",
|
|
1237
|
-
"fieldName": "disabled"
|
|
1238
|
-
}
|
|
1239
|
-
],
|
|
1240
|
-
"superclass": {
|
|
1241
|
-
"name": "LitElement",
|
|
1242
|
-
"package": "lit"
|
|
1243
|
-
},
|
|
1244
|
-
"tagName": "forge-ai-confirmation-prompt",
|
|
1245
|
-
"customElement": true,
|
|
1246
|
-
"summary": "Displays a confirmation UI for requiring human approval."
|
|
1247
|
-
}
|
|
1248
|
-
],
|
|
1249
|
-
"exports": [
|
|
1250
|
-
{
|
|
1251
|
-
"kind": "js",
|
|
1252
|
-
"name": "AiConfirmationPromptComponentTagName",
|
|
1253
|
-
"declaration": {
|
|
1254
|
-
"name": "AiConfirmationPromptComponentTagName",
|
|
1255
|
-
"module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
|
|
1256
|
-
}
|
|
1257
|
-
},
|
|
1258
|
-
{
|
|
1259
|
-
"kind": "js",
|
|
1260
|
-
"name": "AiConfirmationPromptComponent",
|
|
1261
|
-
"declaration": {
|
|
1262
|
-
"name": "AiConfirmationPromptComponent",
|
|
1263
|
-
"module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
|
|
1264
|
-
}
|
|
1265
|
-
},
|
|
1266
|
-
{
|
|
1267
|
-
"kind": "custom-element-definition",
|
|
1268
|
-
"declaration": {
|
|
1269
|
-
"name": "AiConfirmationPromptComponent",
|
|
1270
|
-
"module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
|
|
1271
|
-
}
|
|
1272
|
-
}
|
|
1273
|
-
]
|
|
1274
|
-
},
|
|
1275
|
-
{
|
|
1276
|
-
"kind": "javascript-module",
|
|
1277
|
-
"path": "src/lib/ai-chatbot/ag-ui-adapter.ts",
|
|
1278
|
-
"declarations": [
|
|
1279
|
-
{
|
|
1280
|
-
"kind": "class",
|
|
1281
|
-
"description": "",
|
|
1282
|
-
"name": "AgUiAdapter",
|
|
1283
|
-
"members": [
|
|
1284
|
-
{
|
|
1285
|
-
"kind": "field",
|
|
1286
|
-
"name": "threadId",
|
|
1287
|
-
"type": {
|
|
1288
|
-
"text": "string"
|
|
1289
|
-
},
|
|
1172
|
+
"kind": "method",
|
|
1173
|
+
"name": "getContext",
|
|
1290
1174
|
"privacy": "public",
|
|
1291
|
-
"
|
|
1292
|
-
"
|
|
1293
|
-
|
|
1175
|
+
"return": {
|
|
1176
|
+
"type": {
|
|
1177
|
+
"text": "Record<string, unknown>"
|
|
1178
|
+
}
|
|
1294
1179
|
}
|
|
1295
1180
|
},
|
|
1296
1181
|
{
|
|
@@ -4580,127 +4465,270 @@
|
|
|
4580
4465
|
},
|
|
4581
4466
|
{
|
|
4582
4467
|
"kind": "javascript-module",
|
|
4583
|
-
"path": "src/lib/ai-
|
|
4468
|
+
"path": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts",
|
|
4584
4469
|
"declarations": [
|
|
4585
4470
|
{
|
|
4586
4471
|
"kind": "variable",
|
|
4587
|
-
"name": "
|
|
4472
|
+
"name": "AiConfirmationPromptComponentTagName",
|
|
4588
4473
|
"type": {
|
|
4589
4474
|
"text": "keyof HTMLElementTagNameMap"
|
|
4590
4475
|
},
|
|
4591
|
-
"default": "'forge-ai-
|
|
4476
|
+
"default": "'forge-ai-confirmation-prompt'"
|
|
4592
4477
|
},
|
|
4593
4478
|
{
|
|
4594
4479
|
"kind": "class",
|
|
4595
4480
|
"description": "",
|
|
4596
|
-
"name": "
|
|
4597
|
-
"slots": [
|
|
4598
|
-
{
|
|
4599
|
-
"description": "Default slot for dialog content (typically ai-chat-interface)",
|
|
4600
|
-
"name": ""
|
|
4601
|
-
}
|
|
4602
|
-
],
|
|
4481
|
+
"name": "AiConfirmationPromptComponent",
|
|
4603
4482
|
"members": [
|
|
4604
4483
|
{
|
|
4605
4484
|
"kind": "field",
|
|
4606
|
-
"name": "
|
|
4485
|
+
"name": "text",
|
|
4607
4486
|
"type": {
|
|
4608
|
-
"text": "
|
|
4487
|
+
"text": "string"
|
|
4609
4488
|
},
|
|
4610
4489
|
"privacy": "public",
|
|
4611
|
-
"default": "
|
|
4612
|
-
"
|
|
4613
|
-
"attribute": "open"
|
|
4490
|
+
"default": "''",
|
|
4491
|
+
"attribute": "text"
|
|
4614
4492
|
},
|
|
4615
4493
|
{
|
|
4616
4494
|
"kind": "field",
|
|
4617
|
-
"name": "
|
|
4495
|
+
"name": "confirmText",
|
|
4618
4496
|
"type": {
|
|
4619
|
-
"text": "
|
|
4497
|
+
"text": "string"
|
|
4620
4498
|
},
|
|
4621
4499
|
"privacy": "public",
|
|
4622
|
-
"default": "
|
|
4623
|
-
"
|
|
4624
|
-
"attribute": "expanded"
|
|
4500
|
+
"default": "'Confirm'",
|
|
4501
|
+
"attribute": "confirm-text"
|
|
4625
4502
|
},
|
|
4626
4503
|
{
|
|
4627
4504
|
"kind": "field",
|
|
4628
|
-
"name": "
|
|
4505
|
+
"name": "denyText",
|
|
4629
4506
|
"type": {
|
|
4630
|
-
"text": "
|
|
4507
|
+
"text": "string"
|
|
4631
4508
|
},
|
|
4632
4509
|
"privacy": "public",
|
|
4633
|
-
"
|
|
4634
|
-
"
|
|
4635
|
-
},
|
|
4636
|
-
{
|
|
4637
|
-
"kind": "method",
|
|
4638
|
-
"name": "show",
|
|
4639
|
-
"privacy": "public",
|
|
4640
|
-
"return": {
|
|
4641
|
-
"type": {
|
|
4642
|
-
"text": "void"
|
|
4643
|
-
}
|
|
4644
|
-
},
|
|
4645
|
-
"description": "Opens the dialog."
|
|
4510
|
+
"default": "'Deny'",
|
|
4511
|
+
"attribute": "deny-text"
|
|
4646
4512
|
},
|
|
4647
4513
|
{
|
|
4648
|
-
"kind": "
|
|
4649
|
-
"name": "
|
|
4650
|
-
"
|
|
4651
|
-
|
|
4652
|
-
"type": {
|
|
4653
|
-
"text": "void"
|
|
4654
|
-
}
|
|
4514
|
+
"kind": "field",
|
|
4515
|
+
"name": "disabled",
|
|
4516
|
+
"type": {
|
|
4517
|
+
"text": "boolean"
|
|
4655
4518
|
},
|
|
4656
|
-
"description": "Closes the dialog."
|
|
4657
|
-
},
|
|
4658
|
-
{
|
|
4659
|
-
"kind": "method",
|
|
4660
|
-
"name": "toggle",
|
|
4661
4519
|
"privacy": "public",
|
|
4662
|
-
"
|
|
4663
|
-
|
|
4664
|
-
"text": "void"
|
|
4665
|
-
}
|
|
4666
|
-
},
|
|
4667
|
-
"description": "Toggles the dialog open state."
|
|
4520
|
+
"default": "false",
|
|
4521
|
+
"attribute": "disabled"
|
|
4668
4522
|
}
|
|
4669
4523
|
],
|
|
4670
4524
|
"events": [
|
|
4671
4525
|
{
|
|
4672
4526
|
"type": {
|
|
4673
|
-
"text": "CustomEvent<
|
|
4527
|
+
"text": "CustomEvent<void>"
|
|
4674
4528
|
},
|
|
4675
|
-
"description": "Fired when
|
|
4676
|
-
"name": "forge-ai-
|
|
4529
|
+
"description": "Fired when user confirms the prompt",
|
|
4530
|
+
"name": "forge-ai-confirmation-prompt-confirm"
|
|
4677
4531
|
},
|
|
4678
4532
|
{
|
|
4679
4533
|
"type": {
|
|
4680
4534
|
"text": "CustomEvent<void>"
|
|
4681
4535
|
},
|
|
4682
|
-
"description": "Fired when
|
|
4683
|
-
"name": "forge-ai-
|
|
4536
|
+
"description": "Fired when user denies the prompt",
|
|
4537
|
+
"name": "forge-ai-confirmation-prompt-deny"
|
|
4684
4538
|
}
|
|
4685
4539
|
],
|
|
4686
4540
|
"attributes": [
|
|
4687
4541
|
{
|
|
4688
|
-
"name": "
|
|
4542
|
+
"name": "text",
|
|
4689
4543
|
"type": {
|
|
4690
|
-
"text": "
|
|
4544
|
+
"text": "string"
|
|
4691
4545
|
},
|
|
4692
|
-
"default": "
|
|
4693
|
-
"
|
|
4694
|
-
"fieldName": "open"
|
|
4546
|
+
"default": "''",
|
|
4547
|
+
"fieldName": "text"
|
|
4695
4548
|
},
|
|
4696
4549
|
{
|
|
4697
|
-
"name": "
|
|
4550
|
+
"name": "confirm-text",
|
|
4551
|
+
"type": {
|
|
4552
|
+
"text": "string"
|
|
4553
|
+
},
|
|
4554
|
+
"default": "'Confirm'",
|
|
4555
|
+
"fieldName": "confirmText"
|
|
4556
|
+
},
|
|
4557
|
+
{
|
|
4558
|
+
"name": "deny-text",
|
|
4559
|
+
"type": {
|
|
4560
|
+
"text": "string"
|
|
4561
|
+
},
|
|
4562
|
+
"default": "'Deny'",
|
|
4563
|
+
"fieldName": "denyText"
|
|
4564
|
+
},
|
|
4565
|
+
{
|
|
4566
|
+
"name": "disabled",
|
|
4698
4567
|
"type": {
|
|
4699
4568
|
"text": "boolean"
|
|
4700
4569
|
},
|
|
4701
4570
|
"default": "false",
|
|
4702
|
-
"
|
|
4703
|
-
|
|
4571
|
+
"fieldName": "disabled"
|
|
4572
|
+
}
|
|
4573
|
+
],
|
|
4574
|
+
"superclass": {
|
|
4575
|
+
"name": "LitElement",
|
|
4576
|
+
"package": "lit"
|
|
4577
|
+
},
|
|
4578
|
+
"tagName": "forge-ai-confirmation-prompt",
|
|
4579
|
+
"customElement": true,
|
|
4580
|
+
"summary": "Displays a confirmation UI for requiring human approval."
|
|
4581
|
+
}
|
|
4582
|
+
],
|
|
4583
|
+
"exports": [
|
|
4584
|
+
{
|
|
4585
|
+
"kind": "js",
|
|
4586
|
+
"name": "AiConfirmationPromptComponentTagName",
|
|
4587
|
+
"declaration": {
|
|
4588
|
+
"name": "AiConfirmationPromptComponentTagName",
|
|
4589
|
+
"module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
|
|
4590
|
+
}
|
|
4591
|
+
},
|
|
4592
|
+
{
|
|
4593
|
+
"kind": "js",
|
|
4594
|
+
"name": "AiConfirmationPromptComponent",
|
|
4595
|
+
"declaration": {
|
|
4596
|
+
"name": "AiConfirmationPromptComponent",
|
|
4597
|
+
"module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
|
|
4598
|
+
}
|
|
4599
|
+
},
|
|
4600
|
+
{
|
|
4601
|
+
"kind": "custom-element-definition",
|
|
4602
|
+
"declaration": {
|
|
4603
|
+
"name": "AiConfirmationPromptComponent",
|
|
4604
|
+
"module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
|
|
4605
|
+
}
|
|
4606
|
+
}
|
|
4607
|
+
]
|
|
4608
|
+
},
|
|
4609
|
+
{
|
|
4610
|
+
"kind": "javascript-module",
|
|
4611
|
+
"path": "src/lib/ai-dialog/ai-dialog.ts",
|
|
4612
|
+
"declarations": [
|
|
4613
|
+
{
|
|
4614
|
+
"kind": "variable",
|
|
4615
|
+
"name": "AiDialogComponentTagName",
|
|
4616
|
+
"type": {
|
|
4617
|
+
"text": "keyof HTMLElementTagNameMap"
|
|
4618
|
+
},
|
|
4619
|
+
"default": "'forge-ai-dialog'"
|
|
4620
|
+
},
|
|
4621
|
+
{
|
|
4622
|
+
"kind": "class",
|
|
4623
|
+
"description": "",
|
|
4624
|
+
"name": "AiDialogComponent",
|
|
4625
|
+
"slots": [
|
|
4626
|
+
{
|
|
4627
|
+
"description": "Default slot for dialog content (typically ai-chat-interface)",
|
|
4628
|
+
"name": ""
|
|
4629
|
+
}
|
|
4630
|
+
],
|
|
4631
|
+
"members": [
|
|
4632
|
+
{
|
|
4633
|
+
"kind": "field",
|
|
4634
|
+
"name": "open",
|
|
4635
|
+
"type": {
|
|
4636
|
+
"text": "boolean"
|
|
4637
|
+
},
|
|
4638
|
+
"privacy": "public",
|
|
4639
|
+
"default": "false",
|
|
4640
|
+
"description": "Indicates whether the dialog is open.",
|
|
4641
|
+
"attribute": "open"
|
|
4642
|
+
},
|
|
4643
|
+
{
|
|
4644
|
+
"kind": "field",
|
|
4645
|
+
"name": "expanded",
|
|
4646
|
+
"type": {
|
|
4647
|
+
"text": "boolean"
|
|
4648
|
+
},
|
|
4649
|
+
"privacy": "public",
|
|
4650
|
+
"default": "false",
|
|
4651
|
+
"description": "Controls the dialog's positioning and size behavior.\nWhen true, the dialog will have an expanded width and be centered on the screen.\nWhen false, the dialog will be positioned at the bottom-right corner with a fixed width.",
|
|
4652
|
+
"attribute": "expanded"
|
|
4653
|
+
},
|
|
4654
|
+
{
|
|
4655
|
+
"kind": "field",
|
|
4656
|
+
"name": "isFullscreen",
|
|
4657
|
+
"type": {
|
|
4658
|
+
"text": "boolean"
|
|
4659
|
+
},
|
|
4660
|
+
"privacy": "public",
|
|
4661
|
+
"description": "Gets the current fullscreen state (readonly)",
|
|
4662
|
+
"readonly": true
|
|
4663
|
+
},
|
|
4664
|
+
{
|
|
4665
|
+
"kind": "method",
|
|
4666
|
+
"name": "show",
|
|
4667
|
+
"privacy": "public",
|
|
4668
|
+
"return": {
|
|
4669
|
+
"type": {
|
|
4670
|
+
"text": "void"
|
|
4671
|
+
}
|
|
4672
|
+
},
|
|
4673
|
+
"description": "Opens the dialog."
|
|
4674
|
+
},
|
|
4675
|
+
{
|
|
4676
|
+
"kind": "method",
|
|
4677
|
+
"name": "close",
|
|
4678
|
+
"privacy": "public",
|
|
4679
|
+
"return": {
|
|
4680
|
+
"type": {
|
|
4681
|
+
"text": "void"
|
|
4682
|
+
}
|
|
4683
|
+
},
|
|
4684
|
+
"description": "Closes the dialog."
|
|
4685
|
+
},
|
|
4686
|
+
{
|
|
4687
|
+
"kind": "method",
|
|
4688
|
+
"name": "toggle",
|
|
4689
|
+
"privacy": "public",
|
|
4690
|
+
"return": {
|
|
4691
|
+
"type": {
|
|
4692
|
+
"text": "void"
|
|
4693
|
+
}
|
|
4694
|
+
},
|
|
4695
|
+
"description": "Toggles the dialog open state."
|
|
4696
|
+
}
|
|
4697
|
+
],
|
|
4698
|
+
"events": [
|
|
4699
|
+
{
|
|
4700
|
+
"type": {
|
|
4701
|
+
"text": "CustomEvent<{ isFullscreen: boolean }>"
|
|
4702
|
+
},
|
|
4703
|
+
"description": "Fired when the fullscreen state changes due to viewport size",
|
|
4704
|
+
"name": "forge-ai-dialog-fullscreen-change"
|
|
4705
|
+
},
|
|
4706
|
+
{
|
|
4707
|
+
"type": {
|
|
4708
|
+
"text": "CustomEvent<void>"
|
|
4709
|
+
},
|
|
4710
|
+
"description": "Fired when the dialog is closed",
|
|
4711
|
+
"name": "forge-ai-dialog-close"
|
|
4712
|
+
}
|
|
4713
|
+
],
|
|
4714
|
+
"attributes": [
|
|
4715
|
+
{
|
|
4716
|
+
"name": "open",
|
|
4717
|
+
"type": {
|
|
4718
|
+
"text": "boolean"
|
|
4719
|
+
},
|
|
4720
|
+
"default": "false",
|
|
4721
|
+
"description": "Indicates whether the dialog is open.",
|
|
4722
|
+
"fieldName": "open"
|
|
4723
|
+
},
|
|
4724
|
+
{
|
|
4725
|
+
"name": "expanded",
|
|
4726
|
+
"type": {
|
|
4727
|
+
"text": "boolean"
|
|
4728
|
+
},
|
|
4729
|
+
"default": "false",
|
|
4730
|
+
"description": "Controls the dialog's positioning and size behavior.\nWhen true, the dialog will have an expanded width and be centered on the screen.\nWhen false, the dialog will be positioned at the bottom-right corner with a fixed width.",
|
|
4731
|
+
"fieldName": "expanded"
|
|
4704
4732
|
}
|
|
4705
4733
|
],
|
|
4706
4734
|
"superclass": {
|
|
@@ -6823,84 +6851,228 @@
|
|
|
6823
6851
|
},
|
|
6824
6852
|
{
|
|
6825
6853
|
"kind": "javascript-module",
|
|
6826
|
-
"path": "src/lib/ai-
|
|
6854
|
+
"path": "src/lib/ai-modal/ai-modal.ts",
|
|
6827
6855
|
"declarations": [
|
|
6828
|
-
{
|
|
6829
|
-
"kind": "variable",
|
|
6830
|
-
"name": "AiPromptComponentTagName",
|
|
6831
|
-
"type": {
|
|
6832
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
6833
|
-
},
|
|
6834
|
-
"default": "'forge-ai-prompt'"
|
|
6835
|
-
},
|
|
6836
6856
|
{
|
|
6837
6857
|
"kind": "class",
|
|
6838
6858
|
"description": "",
|
|
6839
|
-
"name": "
|
|
6859
|
+
"name": "AiModalComponent",
|
|
6860
|
+
"cssProperties": [
|
|
6861
|
+
{
|
|
6862
|
+
"description": "Width of the modal in non-fullscreen mode",
|
|
6863
|
+
"name": "--forge-ai-modal-width"
|
|
6864
|
+
},
|
|
6865
|
+
{
|
|
6866
|
+
"description": "Height of the modal in non-fullscreen mode",
|
|
6867
|
+
"name": "--forge-ai-modal-height"
|
|
6868
|
+
}
|
|
6869
|
+
],
|
|
6840
6870
|
"slots": [
|
|
6841
6871
|
{
|
|
6842
|
-
"description": "
|
|
6843
|
-
"name": "
|
|
6872
|
+
"description": "Default slot for modal content",
|
|
6873
|
+
"name": ""
|
|
6844
6874
|
}
|
|
6845
6875
|
],
|
|
6846
6876
|
"members": [
|
|
6847
6877
|
{
|
|
6848
6878
|
"kind": "field",
|
|
6849
|
-
"name": "
|
|
6879
|
+
"name": "open",
|
|
6850
6880
|
"type": {
|
|
6851
|
-
"text": "
|
|
6881
|
+
"text": "boolean"
|
|
6852
6882
|
},
|
|
6853
6883
|
"privacy": "public",
|
|
6854
|
-
"default": "
|
|
6855
|
-
"description": "
|
|
6856
|
-
"attribute": "
|
|
6884
|
+
"default": "false",
|
|
6885
|
+
"description": "Controls whether the modal is open or closed.",
|
|
6886
|
+
"attribute": "open"
|
|
6857
6887
|
},
|
|
6858
6888
|
{
|
|
6859
6889
|
"kind": "field",
|
|
6860
|
-
"name": "
|
|
6890
|
+
"name": "fullscreen",
|
|
6861
6891
|
"type": {
|
|
6862
|
-
"text": "
|
|
6892
|
+
"text": "boolean | undefined"
|
|
6863
6893
|
},
|
|
6864
6894
|
"privacy": "public",
|
|
6865
|
-
"
|
|
6866
|
-
"
|
|
6867
|
-
"attribute": "value"
|
|
6895
|
+
"description": "Controls whether the modal is displayed in fullscreen mode.\nWhen not explicitly set, this will be automatically determined based on viewport size.",
|
|
6896
|
+
"attribute": "fullscreen"
|
|
6868
6897
|
},
|
|
6869
6898
|
{
|
|
6870
|
-
"kind": "
|
|
6871
|
-
"name": "
|
|
6872
|
-
"type": {
|
|
6873
|
-
"text": "AiPromptVariant"
|
|
6874
|
-
},
|
|
6899
|
+
"kind": "method",
|
|
6900
|
+
"name": "show",
|
|
6875
6901
|
"privacy": "public",
|
|
6876
|
-
"
|
|
6877
|
-
|
|
6878
|
-
|
|
6902
|
+
"return": {
|
|
6903
|
+
"type": {
|
|
6904
|
+
"text": "void"
|
|
6905
|
+
}
|
|
6906
|
+
},
|
|
6907
|
+
"description": "Shows the modal dialog."
|
|
6879
6908
|
},
|
|
6880
6909
|
{
|
|
6881
|
-
"kind": "
|
|
6882
|
-
"name": "
|
|
6910
|
+
"kind": "method",
|
|
6911
|
+
"name": "close",
|
|
6912
|
+
"privacy": "public",
|
|
6913
|
+
"return": {
|
|
6914
|
+
"type": {
|
|
6915
|
+
"text": "void"
|
|
6916
|
+
}
|
|
6917
|
+
},
|
|
6918
|
+
"description": "Closes the modal dialog."
|
|
6919
|
+
}
|
|
6920
|
+
],
|
|
6921
|
+
"events": [
|
|
6922
|
+
{
|
|
6923
|
+
"name": "forge-ai-modal-open",
|
|
6883
6924
|
"type": {
|
|
6884
|
-
"text": "
|
|
6925
|
+
"text": "CustomEvent<void>"
|
|
6885
6926
|
},
|
|
6886
|
-
"
|
|
6887
|
-
"default": "false",
|
|
6888
|
-
"description": "Whether the send button is disabled",
|
|
6889
|
-
"attribute": "send-disabled"
|
|
6927
|
+
"description": "Fired when the modal is opened"
|
|
6890
6928
|
},
|
|
6891
6929
|
{
|
|
6892
|
-
"
|
|
6893
|
-
"name": "autofocus",
|
|
6930
|
+
"name": "forge-ai-modal-close",
|
|
6894
6931
|
"type": {
|
|
6895
|
-
"text": "
|
|
6932
|
+
"text": "CustomEvent<void>"
|
|
6896
6933
|
},
|
|
6897
|
-
"
|
|
6898
|
-
"default": "false",
|
|
6899
|
-
"description": "Whether to autofocus the textarea field when the component renders",
|
|
6900
|
-
"attribute": "autofocus"
|
|
6934
|
+
"description": "Fired when the modal is closed"
|
|
6901
6935
|
},
|
|
6902
6936
|
{
|
|
6903
|
-
"
|
|
6937
|
+
"type": {
|
|
6938
|
+
"text": "CustomEvent<{ isFullscreen: boolean }>"
|
|
6939
|
+
},
|
|
6940
|
+
"description": "Fired when the fullscreen state changes",
|
|
6941
|
+
"name": "forge-ai-modal-fullscreen-change"
|
|
6942
|
+
}
|
|
6943
|
+
],
|
|
6944
|
+
"attributes": [
|
|
6945
|
+
{
|
|
6946
|
+
"name": "open",
|
|
6947
|
+
"type": {
|
|
6948
|
+
"text": "boolean"
|
|
6949
|
+
},
|
|
6950
|
+
"default": "false",
|
|
6951
|
+
"description": "Controls whether the modal is open or closed.",
|
|
6952
|
+
"fieldName": "open"
|
|
6953
|
+
},
|
|
6954
|
+
{
|
|
6955
|
+
"name": "fullscreen",
|
|
6956
|
+
"type": {
|
|
6957
|
+
"text": "boolean | undefined"
|
|
6958
|
+
},
|
|
6959
|
+
"description": "Controls whether the modal is displayed in fullscreen mode.\nWhen not explicitly set, this will be automatically determined based on viewport size.",
|
|
6960
|
+
"fieldName": "fullscreen"
|
|
6961
|
+
}
|
|
6962
|
+
],
|
|
6963
|
+
"superclass": {
|
|
6964
|
+
"name": "LitElement",
|
|
6965
|
+
"package": "lit"
|
|
6966
|
+
},
|
|
6967
|
+
"tagName": "forge-ai-modal",
|
|
6968
|
+
"customElement": true,
|
|
6969
|
+
"states": [
|
|
6970
|
+
{
|
|
6971
|
+
"name": "fullscreen",
|
|
6972
|
+
"description": "The modal is in fullscreen mode"
|
|
6973
|
+
}
|
|
6974
|
+
]
|
|
6975
|
+
}
|
|
6976
|
+
],
|
|
6977
|
+
"exports": [
|
|
6978
|
+
{
|
|
6979
|
+
"kind": "js",
|
|
6980
|
+
"name": "AiModalComponent",
|
|
6981
|
+
"declaration": {
|
|
6982
|
+
"name": "AiModalComponent",
|
|
6983
|
+
"module": "src/lib/ai-modal/ai-modal.ts"
|
|
6984
|
+
}
|
|
6985
|
+
},
|
|
6986
|
+
{
|
|
6987
|
+
"kind": "custom-element-definition",
|
|
6988
|
+
"name": "forge-ai-modal",
|
|
6989
|
+
"declaration": {
|
|
6990
|
+
"name": "AiModalComponent",
|
|
6991
|
+
"module": "src/lib/ai-modal/ai-modal.ts"
|
|
6992
|
+
}
|
|
6993
|
+
}
|
|
6994
|
+
]
|
|
6995
|
+
},
|
|
6996
|
+
{
|
|
6997
|
+
"kind": "javascript-module",
|
|
6998
|
+
"path": "src/lib/ai-prompt/ai-prompt.ts",
|
|
6999
|
+
"declarations": [
|
|
7000
|
+
{
|
|
7001
|
+
"kind": "variable",
|
|
7002
|
+
"name": "AiPromptComponentTagName",
|
|
7003
|
+
"type": {
|
|
7004
|
+
"text": "keyof HTMLElementTagNameMap"
|
|
7005
|
+
},
|
|
7006
|
+
"default": "'forge-ai-prompt'"
|
|
7007
|
+
},
|
|
7008
|
+
{
|
|
7009
|
+
"kind": "class",
|
|
7010
|
+
"description": "",
|
|
7011
|
+
"name": "AiPromptComponent",
|
|
7012
|
+
"slots": [
|
|
7013
|
+
{
|
|
7014
|
+
"description": "Slot for action components that are hidden in inline mode (voice input, file picker, model selectors, web search, etc.)",
|
|
7015
|
+
"name": "actions"
|
|
7016
|
+
}
|
|
7017
|
+
],
|
|
7018
|
+
"members": [
|
|
7019
|
+
{
|
|
7020
|
+
"kind": "field",
|
|
7021
|
+
"name": "placeholder",
|
|
7022
|
+
"type": {
|
|
7023
|
+
"text": "string"
|
|
7024
|
+
},
|
|
7025
|
+
"privacy": "public",
|
|
7026
|
+
"default": "'Ask a question...'",
|
|
7027
|
+
"description": "Placeholder text for the textarea field",
|
|
7028
|
+
"attribute": "placeholder"
|
|
7029
|
+
},
|
|
7030
|
+
{
|
|
7031
|
+
"kind": "field",
|
|
7032
|
+
"name": "value",
|
|
7033
|
+
"type": {
|
|
7034
|
+
"text": "string"
|
|
7035
|
+
},
|
|
7036
|
+
"privacy": "public",
|
|
7037
|
+
"default": "''",
|
|
7038
|
+
"description": "Current value of the textarea field",
|
|
7039
|
+
"attribute": "value"
|
|
7040
|
+
},
|
|
7041
|
+
{
|
|
7042
|
+
"kind": "field",
|
|
7043
|
+
"name": "variant",
|
|
7044
|
+
"type": {
|
|
7045
|
+
"text": "AiPromptVariant"
|
|
7046
|
+
},
|
|
7047
|
+
"privacy": "public",
|
|
7048
|
+
"default": "'stacked'",
|
|
7049
|
+
"description": "Layout variant for the prompt component",
|
|
7050
|
+
"attribute": "variant"
|
|
7051
|
+
},
|
|
7052
|
+
{
|
|
7053
|
+
"kind": "field",
|
|
7054
|
+
"name": "sendDisabled",
|
|
7055
|
+
"type": {
|
|
7056
|
+
"text": "boolean"
|
|
7057
|
+
},
|
|
7058
|
+
"privacy": "public",
|
|
7059
|
+
"default": "false",
|
|
7060
|
+
"description": "Whether the send button is disabled",
|
|
7061
|
+
"attribute": "send-disabled"
|
|
7062
|
+
},
|
|
7063
|
+
{
|
|
7064
|
+
"kind": "field",
|
|
7065
|
+
"name": "autofocus",
|
|
7066
|
+
"type": {
|
|
7067
|
+
"text": "boolean"
|
|
7068
|
+
},
|
|
7069
|
+
"privacy": "public",
|
|
7070
|
+
"default": "false",
|
|
7071
|
+
"description": "Whether to autofocus the textarea field when the component renders",
|
|
7072
|
+
"attribute": "autofocus"
|
|
7073
|
+
},
|
|
7074
|
+
{
|
|
7075
|
+
"kind": "field",
|
|
6904
7076
|
"name": "inputDisabled",
|
|
6905
7077
|
"type": {
|
|
6906
7078
|
"text": "boolean"
|
|
@@ -7154,219 +7326,127 @@
|
|
|
7154
7326
|
},
|
|
7155
7327
|
{
|
|
7156
7328
|
"kind": "javascript-module",
|
|
7157
|
-
"path": "src/lib/ai-
|
|
7329
|
+
"path": "src/lib/ai-reasoning/ai-reasoning.ts",
|
|
7158
7330
|
"declarations": [
|
|
7331
|
+
{
|
|
7332
|
+
"kind": "variable",
|
|
7333
|
+
"name": "AiReasoningComponentTagName",
|
|
7334
|
+
"type": {
|
|
7335
|
+
"text": "keyof HTMLElementTagNameMap"
|
|
7336
|
+
},
|
|
7337
|
+
"default": "'forge-ai-reasoning'"
|
|
7338
|
+
},
|
|
7159
7339
|
{
|
|
7160
7340
|
"kind": "class",
|
|
7161
7341
|
"description": "",
|
|
7162
|
-
"name": "
|
|
7163
|
-
"cssProperties": [
|
|
7164
|
-
{
|
|
7165
|
-
"description": "Width of the modal in non-fullscreen mode",
|
|
7166
|
-
"name": "--forge-ai-modal-width"
|
|
7167
|
-
},
|
|
7168
|
-
{
|
|
7169
|
-
"description": "Height of the modal in non-fullscreen mode",
|
|
7170
|
-
"name": "--forge-ai-modal-height"
|
|
7171
|
-
}
|
|
7172
|
-
],
|
|
7173
|
-
"slots": [
|
|
7174
|
-
{
|
|
7175
|
-
"description": "Default slot for modal content",
|
|
7176
|
-
"name": ""
|
|
7177
|
-
}
|
|
7178
|
-
],
|
|
7342
|
+
"name": "AiReasoningComponent",
|
|
7179
7343
|
"members": [
|
|
7180
7344
|
{
|
|
7181
7345
|
"kind": "field",
|
|
7182
|
-
"name": "
|
|
7346
|
+
"name": "expanded",
|
|
7183
7347
|
"type": {
|
|
7184
7348
|
"text": "boolean"
|
|
7185
7349
|
},
|
|
7186
7350
|
"privacy": "public",
|
|
7187
7351
|
"default": "false",
|
|
7188
|
-
"description": "
|
|
7189
|
-
"attribute": "
|
|
7190
|
-
|
|
7191
|
-
{
|
|
7192
|
-
"kind": "field",
|
|
7193
|
-
"name": "fullscreen",
|
|
7194
|
-
"type": {
|
|
7195
|
-
"text": "boolean | undefined"
|
|
7196
|
-
},
|
|
7197
|
-
"privacy": "public",
|
|
7198
|
-
"description": "Controls whether the modal is displayed in fullscreen mode.\nWhen not explicitly set, this will be automatically determined based on viewport size.",
|
|
7199
|
-
"attribute": "fullscreen"
|
|
7200
|
-
},
|
|
7201
|
-
{
|
|
7202
|
-
"kind": "method",
|
|
7203
|
-
"name": "show",
|
|
7204
|
-
"privacy": "public",
|
|
7205
|
-
"return": {
|
|
7206
|
-
"type": {
|
|
7207
|
-
"text": "void"
|
|
7208
|
-
}
|
|
7209
|
-
},
|
|
7210
|
-
"description": "Shows the modal dialog."
|
|
7211
|
-
},
|
|
7212
|
-
{
|
|
7213
|
-
"kind": "method",
|
|
7214
|
-
"name": "close",
|
|
7215
|
-
"privacy": "public",
|
|
7216
|
-
"return": {
|
|
7217
|
-
"type": {
|
|
7218
|
-
"text": "void"
|
|
7219
|
-
}
|
|
7220
|
-
},
|
|
7221
|
-
"description": "Closes the modal dialog."
|
|
7222
|
-
}
|
|
7223
|
-
],
|
|
7224
|
-
"events": [
|
|
7225
|
-
{
|
|
7226
|
-
"name": "forge-ai-modal-open",
|
|
7227
|
-
"type": {
|
|
7228
|
-
"text": "CustomEvent<void>"
|
|
7229
|
-
},
|
|
7230
|
-
"description": "Fired when the modal is opened"
|
|
7231
|
-
},
|
|
7232
|
-
{
|
|
7233
|
-
"name": "forge-ai-modal-close",
|
|
7234
|
-
"type": {
|
|
7235
|
-
"text": "CustomEvent<void>"
|
|
7236
|
-
},
|
|
7237
|
-
"description": "Fired when the modal is closed"
|
|
7238
|
-
},
|
|
7239
|
-
{
|
|
7240
|
-
"type": {
|
|
7241
|
-
"text": "CustomEvent<{ isFullscreen: boolean }>"
|
|
7242
|
-
},
|
|
7243
|
-
"description": "Fired when the fullscreen state changes",
|
|
7244
|
-
"name": "forge-ai-modal-fullscreen-change"
|
|
7352
|
+
"description": "Whether the reasoning is expanded",
|
|
7353
|
+
"attribute": "expanded",
|
|
7354
|
+
"reflects": true
|
|
7245
7355
|
}
|
|
7246
7356
|
],
|
|
7247
7357
|
"attributes": [
|
|
7248
7358
|
{
|
|
7249
|
-
"name": "
|
|
7359
|
+
"name": "expanded",
|
|
7250
7360
|
"type": {
|
|
7251
7361
|
"text": "boolean"
|
|
7252
7362
|
},
|
|
7253
7363
|
"default": "false",
|
|
7254
|
-
"description": "
|
|
7255
|
-
"fieldName": "
|
|
7256
|
-
},
|
|
7257
|
-
{
|
|
7258
|
-
"name": "fullscreen",
|
|
7259
|
-
"type": {
|
|
7260
|
-
"text": "boolean | undefined"
|
|
7261
|
-
},
|
|
7262
|
-
"description": "Controls whether the modal is displayed in fullscreen mode.\nWhen not explicitly set, this will be automatically determined based on viewport size.",
|
|
7263
|
-
"fieldName": "fullscreen"
|
|
7364
|
+
"description": "Whether the reasoning is expanded",
|
|
7365
|
+
"fieldName": "expanded"
|
|
7264
7366
|
}
|
|
7265
7367
|
],
|
|
7266
7368
|
"superclass": {
|
|
7267
7369
|
"name": "LitElement",
|
|
7268
7370
|
"package": "lit"
|
|
7269
7371
|
},
|
|
7270
|
-
"tagName": "forge-ai-
|
|
7271
|
-
"customElement": true
|
|
7272
|
-
"states": [
|
|
7273
|
-
{
|
|
7274
|
-
"name": "fullscreen",
|
|
7275
|
-
"description": "The modal is in fullscreen mode"
|
|
7276
|
-
}
|
|
7277
|
-
]
|
|
7372
|
+
"tagName": "forge-ai-reasoning",
|
|
7373
|
+
"customElement": true
|
|
7278
7374
|
}
|
|
7279
7375
|
],
|
|
7280
7376
|
"exports": [
|
|
7281
7377
|
{
|
|
7282
7378
|
"kind": "js",
|
|
7283
|
-
"name": "
|
|
7379
|
+
"name": "AiReasoningComponentTagName",
|
|
7284
7380
|
"declaration": {
|
|
7285
|
-
"name": "
|
|
7286
|
-
"module": "src/lib/ai-
|
|
7381
|
+
"name": "AiReasoningComponentTagName",
|
|
7382
|
+
"module": "src/lib/ai-reasoning/ai-reasoning.ts"
|
|
7383
|
+
}
|
|
7384
|
+
},
|
|
7385
|
+
{
|
|
7386
|
+
"kind": "js",
|
|
7387
|
+
"name": "AiReasoningComponent",
|
|
7388
|
+
"declaration": {
|
|
7389
|
+
"name": "AiReasoningComponent",
|
|
7390
|
+
"module": "src/lib/ai-reasoning/ai-reasoning.ts"
|
|
7287
7391
|
}
|
|
7288
7392
|
},
|
|
7289
7393
|
{
|
|
7290
7394
|
"kind": "custom-element-definition",
|
|
7291
|
-
"name": "forge-ai-modal",
|
|
7292
7395
|
"declaration": {
|
|
7293
|
-
"name": "
|
|
7294
|
-
"module": "src/lib/ai-
|
|
7396
|
+
"name": "AiReasoningComponent",
|
|
7397
|
+
"module": "src/lib/ai-reasoning/ai-reasoning.ts"
|
|
7295
7398
|
}
|
|
7296
7399
|
}
|
|
7297
7400
|
]
|
|
7298
7401
|
},
|
|
7299
7402
|
{
|
|
7300
7403
|
"kind": "javascript-module",
|
|
7301
|
-
"path": "src/lib/ai-
|
|
7404
|
+
"path": "src/lib/ai-response-message/ai-response-message.ts",
|
|
7302
7405
|
"declarations": [
|
|
7303
7406
|
{
|
|
7304
7407
|
"kind": "variable",
|
|
7305
|
-
"name": "
|
|
7408
|
+
"name": "AiResponseMessageComponentTagName",
|
|
7306
7409
|
"type": {
|
|
7307
7410
|
"text": "keyof HTMLElementTagNameMap"
|
|
7308
7411
|
},
|
|
7309
|
-
"default": "'forge-ai-
|
|
7412
|
+
"default": "'forge-ai-response-message'"
|
|
7310
7413
|
},
|
|
7311
7414
|
{
|
|
7312
7415
|
"kind": "class",
|
|
7313
7416
|
"description": "",
|
|
7314
|
-
"name": "
|
|
7315
|
-
"members": [
|
|
7316
|
-
{
|
|
7317
|
-
"kind": "field",
|
|
7318
|
-
"name": "expanded",
|
|
7319
|
-
"type": {
|
|
7320
|
-
"text": "boolean"
|
|
7321
|
-
},
|
|
7322
|
-
"privacy": "public",
|
|
7323
|
-
"default": "false",
|
|
7324
|
-
"description": "Whether the reasoning is expanded",
|
|
7325
|
-
"attribute": "expanded",
|
|
7326
|
-
"reflects": true
|
|
7327
|
-
}
|
|
7328
|
-
],
|
|
7329
|
-
"attributes": [
|
|
7330
|
-
{
|
|
7331
|
-
"name": "expanded",
|
|
7332
|
-
"type": {
|
|
7333
|
-
"text": "boolean"
|
|
7334
|
-
},
|
|
7335
|
-
"default": "false",
|
|
7336
|
-
"description": "Whether the reasoning is expanded",
|
|
7337
|
-
"fieldName": "expanded"
|
|
7338
|
-
}
|
|
7339
|
-
],
|
|
7417
|
+
"name": "AiResponseMessageComponent",
|
|
7418
|
+
"members": [],
|
|
7340
7419
|
"superclass": {
|
|
7341
7420
|
"name": "LitElement",
|
|
7342
7421
|
"package": "lit"
|
|
7343
7422
|
},
|
|
7344
|
-
"tagName": "forge-ai-
|
|
7345
|
-
"customElement": true
|
|
7423
|
+
"tagName": "forge-ai-response-message",
|
|
7424
|
+
"customElement": true,
|
|
7425
|
+
"summary": "A simple wrapper component for rendering assistant response message content."
|
|
7346
7426
|
}
|
|
7347
7427
|
],
|
|
7348
7428
|
"exports": [
|
|
7349
7429
|
{
|
|
7350
7430
|
"kind": "js",
|
|
7351
|
-
"name": "
|
|
7431
|
+
"name": "AiResponseMessageComponentTagName",
|
|
7352
7432
|
"declaration": {
|
|
7353
|
-
"name": "
|
|
7354
|
-
"module": "src/lib/ai-
|
|
7433
|
+
"name": "AiResponseMessageComponentTagName",
|
|
7434
|
+
"module": "src/lib/ai-response-message/ai-response-message.ts"
|
|
7355
7435
|
}
|
|
7356
7436
|
},
|
|
7357
7437
|
{
|
|
7358
7438
|
"kind": "js",
|
|
7359
|
-
"name": "
|
|
7439
|
+
"name": "AiResponseMessageComponent",
|
|
7360
7440
|
"declaration": {
|
|
7361
|
-
"name": "
|
|
7362
|
-
"module": "src/lib/ai-
|
|
7441
|
+
"name": "AiResponseMessageComponent",
|
|
7442
|
+
"module": "src/lib/ai-response-message/ai-response-message.ts"
|
|
7363
7443
|
}
|
|
7364
7444
|
},
|
|
7365
7445
|
{
|
|
7366
7446
|
"kind": "custom-element-definition",
|
|
7367
7447
|
"declaration": {
|
|
7368
|
-
"name": "
|
|
7369
|
-
"module": "src/lib/ai-
|
|
7448
|
+
"name": "AiResponseMessageComponent",
|
|
7449
|
+
"module": "src/lib/ai-response-message/ai-response-message.ts"
|
|
7370
7450
|
}
|
|
7371
7451
|
}
|
|
7372
7452
|
]
|
|
@@ -7488,52 +7568,164 @@
|
|
|
7488
7568
|
},
|
|
7489
7569
|
{
|
|
7490
7570
|
"kind": "javascript-module",
|
|
7491
|
-
"path": "src/lib/ai-
|
|
7571
|
+
"path": "src/lib/ai-sidebar-chat/ai-sidebar-chat.ts",
|
|
7492
7572
|
"declarations": [
|
|
7493
7573
|
{
|
|
7494
7574
|
"kind": "variable",
|
|
7495
|
-
"name": "
|
|
7575
|
+
"name": "AiSidebarChatComponentTagName",
|
|
7496
7576
|
"type": {
|
|
7497
7577
|
"text": "keyof HTMLElementTagNameMap"
|
|
7498
7578
|
},
|
|
7499
|
-
"default": "'forge-ai-
|
|
7579
|
+
"default": "'forge-ai-sidebar-chat'"
|
|
7500
7580
|
},
|
|
7501
7581
|
{
|
|
7502
7582
|
"kind": "class",
|
|
7503
7583
|
"description": "",
|
|
7504
|
-
"name": "
|
|
7505
|
-
"
|
|
7584
|
+
"name": "AiSidebarChatComponent",
|
|
7585
|
+
"slots": [
|
|
7586
|
+
{
|
|
7587
|
+
"description": "Default slot for chatbot component",
|
|
7588
|
+
"name": ""
|
|
7589
|
+
}
|
|
7590
|
+
],
|
|
7591
|
+
"members": [
|
|
7592
|
+
{
|
|
7593
|
+
"kind": "field",
|
|
7594
|
+
"name": "open",
|
|
7595
|
+
"type": {
|
|
7596
|
+
"text": "boolean"
|
|
7597
|
+
},
|
|
7598
|
+
"privacy": "public",
|
|
7599
|
+
"default": "false",
|
|
7600
|
+
"attribute": "open"
|
|
7601
|
+
},
|
|
7602
|
+
{
|
|
7603
|
+
"kind": "field",
|
|
7604
|
+
"name": "expanded",
|
|
7605
|
+
"type": {
|
|
7606
|
+
"text": "boolean"
|
|
7607
|
+
},
|
|
7608
|
+
"privacy": "public",
|
|
7609
|
+
"default": "false",
|
|
7610
|
+
"attribute": "expanded"
|
|
7611
|
+
},
|
|
7612
|
+
{
|
|
7613
|
+
"kind": "method",
|
|
7614
|
+
"name": "show",
|
|
7615
|
+
"privacy": "public",
|
|
7616
|
+
"return": {
|
|
7617
|
+
"type": {
|
|
7618
|
+
"text": "void"
|
|
7619
|
+
}
|
|
7620
|
+
}
|
|
7621
|
+
},
|
|
7622
|
+
{
|
|
7623
|
+
"kind": "method",
|
|
7624
|
+
"name": "close",
|
|
7625
|
+
"privacy": "public",
|
|
7626
|
+
"return": {
|
|
7627
|
+
"type": {
|
|
7628
|
+
"text": "void"
|
|
7629
|
+
}
|
|
7630
|
+
}
|
|
7631
|
+
},
|
|
7632
|
+
{
|
|
7633
|
+
"kind": "method",
|
|
7634
|
+
"name": "toggle",
|
|
7635
|
+
"privacy": "public",
|
|
7636
|
+
"return": {
|
|
7637
|
+
"type": {
|
|
7638
|
+
"text": "void"
|
|
7639
|
+
}
|
|
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
|
+
}
|
|
7661
|
+
}
|
|
7662
|
+
],
|
|
7663
|
+
"events": [
|
|
7664
|
+
{
|
|
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"
|
|
7675
|
+
},
|
|
7676
|
+
{
|
|
7677
|
+
"description": "Fired when the sidebar chat is collapsed from modal",
|
|
7678
|
+
"name": "forge-ai-sidebar-chat-collapse"
|
|
7679
|
+
}
|
|
7680
|
+
],
|
|
7681
|
+
"attributes": [
|
|
7682
|
+
{
|
|
7683
|
+
"name": "open",
|
|
7684
|
+
"type": {
|
|
7685
|
+
"text": "boolean"
|
|
7686
|
+
},
|
|
7687
|
+
"default": "false",
|
|
7688
|
+
"fieldName": "open"
|
|
7689
|
+
},
|
|
7690
|
+
{
|
|
7691
|
+
"name": "expanded",
|
|
7692
|
+
"type": {
|
|
7693
|
+
"text": "boolean"
|
|
7694
|
+
},
|
|
7695
|
+
"default": "false",
|
|
7696
|
+
"fieldName": "expanded"
|
|
7697
|
+
}
|
|
7698
|
+
],
|
|
7506
7699
|
"superclass": {
|
|
7507
7700
|
"name": "LitElement",
|
|
7508
7701
|
"package": "lit"
|
|
7509
7702
|
},
|
|
7510
|
-
"tagName": "forge-ai-
|
|
7511
|
-
"customElement": true
|
|
7512
|
-
"summary": "A simple wrapper component for rendering assistant response message content."
|
|
7703
|
+
"tagName": "forge-ai-sidebar-chat",
|
|
7704
|
+
"customElement": true
|
|
7513
7705
|
}
|
|
7514
7706
|
],
|
|
7515
7707
|
"exports": [
|
|
7516
7708
|
{
|
|
7517
7709
|
"kind": "js",
|
|
7518
|
-
"name": "
|
|
7710
|
+
"name": "AiSidebarChatComponentTagName",
|
|
7519
7711
|
"declaration": {
|
|
7520
|
-
"name": "
|
|
7521
|
-
"module": "src/lib/ai-
|
|
7712
|
+
"name": "AiSidebarChatComponentTagName",
|
|
7713
|
+
"module": "src/lib/ai-sidebar-chat/ai-sidebar-chat.ts"
|
|
7522
7714
|
}
|
|
7523
7715
|
},
|
|
7524
7716
|
{
|
|
7525
7717
|
"kind": "js",
|
|
7526
|
-
"name": "
|
|
7718
|
+
"name": "AiSidebarChatComponent",
|
|
7527
7719
|
"declaration": {
|
|
7528
|
-
"name": "
|
|
7529
|
-
"module": "src/lib/ai-
|
|
7720
|
+
"name": "AiSidebarChatComponent",
|
|
7721
|
+
"module": "src/lib/ai-sidebar-chat/ai-sidebar-chat.ts"
|
|
7530
7722
|
}
|
|
7531
7723
|
},
|
|
7532
7724
|
{
|
|
7533
7725
|
"kind": "custom-element-definition",
|
|
7534
7726
|
"declaration": {
|
|
7535
|
-
"name": "
|
|
7536
|
-
"module": "src/lib/ai-
|
|
7727
|
+
"name": "AiSidebarChatComponent",
|
|
7728
|
+
"module": "src/lib/ai-sidebar-chat/ai-sidebar-chat.ts"
|
|
7537
7729
|
}
|
|
7538
7730
|
}
|
|
7539
7731
|
]
|
|
@@ -7663,164 +7855,83 @@
|
|
|
7663
7855
|
},
|
|
7664
7856
|
{
|
|
7665
7857
|
"kind": "javascript-module",
|
|
7666
|
-
"path": "src/lib/ai-
|
|
7858
|
+
"path": "src/lib/ai-spinner/ai-spinner.ts",
|
|
7667
7859
|
"declarations": [
|
|
7668
7860
|
{
|
|
7669
7861
|
"kind": "variable",
|
|
7670
|
-
"name": "
|
|
7862
|
+
"name": "AiSpinnerComponentTagName",
|
|
7671
7863
|
"type": {
|
|
7672
7864
|
"text": "keyof HTMLElementTagNameMap"
|
|
7673
7865
|
},
|
|
7674
|
-
"default": "'forge-ai-
|
|
7866
|
+
"default": "'forge-ai-spinner'"
|
|
7675
7867
|
},
|
|
7676
7868
|
{
|
|
7677
7869
|
"kind": "class",
|
|
7678
7870
|
"description": "",
|
|
7679
|
-
"name": "
|
|
7680
|
-
"
|
|
7871
|
+
"name": "AiSpinnerComponent",
|
|
7872
|
+
"cssProperties": [
|
|
7681
7873
|
{
|
|
7682
|
-
"description": "
|
|
7683
|
-
"name": ""
|
|
7874
|
+
"description": "Color of the spinner indicator",
|
|
7875
|
+
"name": "--forge-ai-spinner-color"
|
|
7876
|
+
},
|
|
7877
|
+
{
|
|
7878
|
+
"description": "Color of the spinner track",
|
|
7879
|
+
"name": "--forge-ai-spinner-track-color"
|
|
7684
7880
|
}
|
|
7685
7881
|
],
|
|
7686
7882
|
"members": [
|
|
7687
7883
|
{
|
|
7688
7884
|
"kind": "field",
|
|
7689
|
-
"name": "
|
|
7885
|
+
"name": "size",
|
|
7690
7886
|
"type": {
|
|
7691
|
-
"text": "
|
|
7887
|
+
"text": "SpinnerSize"
|
|
7692
7888
|
},
|
|
7693
7889
|
"privacy": "public",
|
|
7694
|
-
"default": "
|
|
7695
|
-
"attribute": "
|
|
7696
|
-
}
|
|
7890
|
+
"default": "'medium'",
|
|
7891
|
+
"attribute": "size"
|
|
7892
|
+
}
|
|
7893
|
+
],
|
|
7894
|
+
"attributes": [
|
|
7697
7895
|
{
|
|
7698
|
-
"
|
|
7699
|
-
"name": "expanded",
|
|
7896
|
+
"name": "size",
|
|
7700
7897
|
"type": {
|
|
7701
|
-
"text": "
|
|
7898
|
+
"text": "SpinnerSize"
|
|
7702
7899
|
},
|
|
7703
|
-
"
|
|
7704
|
-
"
|
|
7705
|
-
"attribute": "expanded"
|
|
7706
|
-
},
|
|
7707
|
-
{
|
|
7708
|
-
"kind": "method",
|
|
7709
|
-
"name": "show",
|
|
7710
|
-
"privacy": "public",
|
|
7711
|
-
"return": {
|
|
7712
|
-
"type": {
|
|
7713
|
-
"text": "void"
|
|
7714
|
-
}
|
|
7715
|
-
}
|
|
7716
|
-
},
|
|
7717
|
-
{
|
|
7718
|
-
"kind": "method",
|
|
7719
|
-
"name": "close",
|
|
7720
|
-
"privacy": "public",
|
|
7721
|
-
"return": {
|
|
7722
|
-
"type": {
|
|
7723
|
-
"text": "void"
|
|
7724
|
-
}
|
|
7725
|
-
}
|
|
7726
|
-
},
|
|
7727
|
-
{
|
|
7728
|
-
"kind": "method",
|
|
7729
|
-
"name": "toggle",
|
|
7730
|
-
"privacy": "public",
|
|
7731
|
-
"return": {
|
|
7732
|
-
"type": {
|
|
7733
|
-
"text": "void"
|
|
7734
|
-
}
|
|
7735
|
-
}
|
|
7736
|
-
},
|
|
7737
|
-
{
|
|
7738
|
-
"kind": "method",
|
|
7739
|
-
"name": "expand",
|
|
7740
|
-
"privacy": "public",
|
|
7741
|
-
"return": {
|
|
7742
|
-
"type": {
|
|
7743
|
-
"text": "void"
|
|
7744
|
-
}
|
|
7745
|
-
}
|
|
7746
|
-
},
|
|
7747
|
-
{
|
|
7748
|
-
"kind": "method",
|
|
7749
|
-
"name": "collapse",
|
|
7750
|
-
"privacy": "public",
|
|
7751
|
-
"return": {
|
|
7752
|
-
"type": {
|
|
7753
|
-
"text": "void"
|
|
7754
|
-
}
|
|
7755
|
-
}
|
|
7756
|
-
}
|
|
7757
|
-
],
|
|
7758
|
-
"events": [
|
|
7759
|
-
{
|
|
7760
|
-
"description": "Fired when the sidebar chat is opened",
|
|
7761
|
-
"name": "forge-ai-sidebar-chat-open"
|
|
7762
|
-
},
|
|
7763
|
-
{
|
|
7764
|
-
"description": "Fired when the sidebar chat is closed",
|
|
7765
|
-
"name": "forge-ai-sidebar-chat-close"
|
|
7766
|
-
},
|
|
7767
|
-
{
|
|
7768
|
-
"description": "Fired when the sidebar chat is expanded to modal",
|
|
7769
|
-
"name": "forge-ai-sidebar-chat-expand"
|
|
7770
|
-
},
|
|
7771
|
-
{
|
|
7772
|
-
"description": "Fired when the sidebar chat is collapsed from modal",
|
|
7773
|
-
"name": "forge-ai-sidebar-chat-collapse"
|
|
7774
|
-
}
|
|
7775
|
-
],
|
|
7776
|
-
"attributes": [
|
|
7777
|
-
{
|
|
7778
|
-
"name": "open",
|
|
7779
|
-
"type": {
|
|
7780
|
-
"text": "boolean"
|
|
7781
|
-
},
|
|
7782
|
-
"default": "false",
|
|
7783
|
-
"fieldName": "open"
|
|
7784
|
-
},
|
|
7785
|
-
{
|
|
7786
|
-
"name": "expanded",
|
|
7787
|
-
"type": {
|
|
7788
|
-
"text": "boolean"
|
|
7789
|
-
},
|
|
7790
|
-
"default": "false",
|
|
7791
|
-
"fieldName": "expanded"
|
|
7900
|
+
"default": "'medium'",
|
|
7901
|
+
"fieldName": "size"
|
|
7792
7902
|
}
|
|
7793
7903
|
],
|
|
7794
7904
|
"superclass": {
|
|
7795
7905
|
"name": "LitElement",
|
|
7796
7906
|
"package": "lit"
|
|
7797
7907
|
},
|
|
7798
|
-
"tagName": "forge-ai-
|
|
7799
|
-
"customElement": true
|
|
7908
|
+
"tagName": "forge-ai-spinner",
|
|
7909
|
+
"customElement": true,
|
|
7910
|
+
"summary": "Indeterminate circular progress indicator."
|
|
7800
7911
|
}
|
|
7801
7912
|
],
|
|
7802
7913
|
"exports": [
|
|
7803
7914
|
{
|
|
7804
7915
|
"kind": "js",
|
|
7805
|
-
"name": "
|
|
7916
|
+
"name": "AiSpinnerComponentTagName",
|
|
7806
7917
|
"declaration": {
|
|
7807
|
-
"name": "
|
|
7808
|
-
"module": "src/lib/ai-
|
|
7918
|
+
"name": "AiSpinnerComponentTagName",
|
|
7919
|
+
"module": "src/lib/ai-spinner/ai-spinner.ts"
|
|
7809
7920
|
}
|
|
7810
7921
|
},
|
|
7811
7922
|
{
|
|
7812
7923
|
"kind": "js",
|
|
7813
|
-
"name": "
|
|
7924
|
+
"name": "AiSpinnerComponent",
|
|
7814
7925
|
"declaration": {
|
|
7815
|
-
"name": "
|
|
7816
|
-
"module": "src/lib/ai-
|
|
7926
|
+
"name": "AiSpinnerComponent",
|
|
7927
|
+
"module": "src/lib/ai-spinner/ai-spinner.ts"
|
|
7817
7928
|
}
|
|
7818
7929
|
},
|
|
7819
7930
|
{
|
|
7820
7931
|
"kind": "custom-element-definition",
|
|
7821
7932
|
"declaration": {
|
|
7822
|
-
"name": "
|
|
7823
|
-
"module": "src/lib/ai-
|
|
7933
|
+
"name": "AiSpinnerComponent",
|
|
7934
|
+
"module": "src/lib/ai-spinner/ai-spinner.ts"
|
|
7824
7935
|
}
|
|
7825
7936
|
}
|
|
7826
7937
|
]
|
|
@@ -7986,89 +8097,6 @@
|
|
|
7986
8097
|
}
|
|
7987
8098
|
]
|
|
7988
8099
|
},
|
|
7989
|
-
{
|
|
7990
|
-
"kind": "javascript-module",
|
|
7991
|
-
"path": "src/lib/ai-spinner/ai-spinner.ts",
|
|
7992
|
-
"declarations": [
|
|
7993
|
-
{
|
|
7994
|
-
"kind": "variable",
|
|
7995
|
-
"name": "AiSpinnerComponentTagName",
|
|
7996
|
-
"type": {
|
|
7997
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
7998
|
-
},
|
|
7999
|
-
"default": "'forge-ai-spinner'"
|
|
8000
|
-
},
|
|
8001
|
-
{
|
|
8002
|
-
"kind": "class",
|
|
8003
|
-
"description": "",
|
|
8004
|
-
"name": "AiSpinnerComponent",
|
|
8005
|
-
"cssProperties": [
|
|
8006
|
-
{
|
|
8007
|
-
"description": "Color of the spinner indicator",
|
|
8008
|
-
"name": "--forge-ai-spinner-color"
|
|
8009
|
-
},
|
|
8010
|
-
{
|
|
8011
|
-
"description": "Color of the spinner track",
|
|
8012
|
-
"name": "--forge-ai-spinner-track-color"
|
|
8013
|
-
}
|
|
8014
|
-
],
|
|
8015
|
-
"members": [
|
|
8016
|
-
{
|
|
8017
|
-
"kind": "field",
|
|
8018
|
-
"name": "size",
|
|
8019
|
-
"type": {
|
|
8020
|
-
"text": "SpinnerSize"
|
|
8021
|
-
},
|
|
8022
|
-
"privacy": "public",
|
|
8023
|
-
"default": "'medium'",
|
|
8024
|
-
"attribute": "size"
|
|
8025
|
-
}
|
|
8026
|
-
],
|
|
8027
|
-
"attributes": [
|
|
8028
|
-
{
|
|
8029
|
-
"name": "size",
|
|
8030
|
-
"type": {
|
|
8031
|
-
"text": "SpinnerSize"
|
|
8032
|
-
},
|
|
8033
|
-
"default": "'medium'",
|
|
8034
|
-
"fieldName": "size"
|
|
8035
|
-
}
|
|
8036
|
-
],
|
|
8037
|
-
"superclass": {
|
|
8038
|
-
"name": "LitElement",
|
|
8039
|
-
"package": "lit"
|
|
8040
|
-
},
|
|
8041
|
-
"tagName": "forge-ai-spinner",
|
|
8042
|
-
"customElement": true,
|
|
8043
|
-
"summary": "Indeterminate circular progress indicator."
|
|
8044
|
-
}
|
|
8045
|
-
],
|
|
8046
|
-
"exports": [
|
|
8047
|
-
{
|
|
8048
|
-
"kind": "js",
|
|
8049
|
-
"name": "AiSpinnerComponentTagName",
|
|
8050
|
-
"declaration": {
|
|
8051
|
-
"name": "AiSpinnerComponentTagName",
|
|
8052
|
-
"module": "src/lib/ai-spinner/ai-spinner.ts"
|
|
8053
|
-
}
|
|
8054
|
-
},
|
|
8055
|
-
{
|
|
8056
|
-
"kind": "js",
|
|
8057
|
-
"name": "AiSpinnerComponent",
|
|
8058
|
-
"declaration": {
|
|
8059
|
-
"name": "AiSpinnerComponent",
|
|
8060
|
-
"module": "src/lib/ai-spinner/ai-spinner.ts"
|
|
8061
|
-
}
|
|
8062
|
-
},
|
|
8063
|
-
{
|
|
8064
|
-
"kind": "custom-element-definition",
|
|
8065
|
-
"declaration": {
|
|
8066
|
-
"name": "AiSpinnerComponent",
|
|
8067
|
-
"module": "src/lib/ai-spinner/ai-spinner.ts"
|
|
8068
|
-
}
|
|
8069
|
-
}
|
|
8070
|
-
]
|
|
8071
|
-
},
|
|
8072
8100
|
{
|
|
8073
8101
|
"kind": "javascript-module",
|
|
8074
8102
|
"path": "src/lib/ai-suggestions/ai-suggestions.ts",
|
|
@@ -8085,198 +8113,95 @@
|
|
|
8085
8113
|
"kind": "class",
|
|
8086
8114
|
"description": "",
|
|
8087
8115
|
"name": "AiSuggestionsComponent",
|
|
8088
|
-
"cssProperties": [
|
|
8089
|
-
{
|
|
8090
|
-
"description": "The maximum width of the suggestion buttons in inline layout.",
|
|
8091
|
-
"name": "--forge-ai-suggestion-max-width"
|
|
8092
|
-
}
|
|
8093
|
-
],
|
|
8094
|
-
"members": [
|
|
8095
|
-
{
|
|
8096
|
-
"kind": "field",
|
|
8097
|
-
"name": "suggestions",
|
|
8098
|
-
"type": {
|
|
8099
|
-
"text": "Suggestion[]"
|
|
8100
|
-
},
|
|
8101
|
-
"privacy": "public",
|
|
8102
|
-
"default": "[]",
|
|
8103
|
-
"description": "Array of suggestion objects to display"
|
|
8104
|
-
},
|
|
8105
|
-
{
|
|
8106
|
-
"kind": "field",
|
|
8107
|
-
"name": "variant",
|
|
8108
|
-
"type": {
|
|
8109
|
-
"text": "AiSuggestionsVariant"
|
|
8110
|
-
},
|
|
8111
|
-
"privacy": "public",
|
|
8112
|
-
"default": "'inline'",
|
|
8113
|
-
"description": "Display variant for suggestions layout",
|
|
8114
|
-
"attribute": "variant"
|
|
8115
|
-
}
|
|
8116
|
-
],
|
|
8117
|
-
"events": [
|
|
8118
|
-
{
|
|
8119
|
-
"type": {
|
|
8120
|
-
"text": "CustomEvent<ForgeAiSuggestionsEventData>"
|
|
8121
|
-
},
|
|
8122
|
-
"description": "Fired when a suggestion is selected.",
|
|
8123
|
-
"name": "forge-ai-suggestions-select"
|
|
8124
|
-
}
|
|
8125
|
-
],
|
|
8126
|
-
"attributes": [
|
|
8127
|
-
{
|
|
8128
|
-
"name": "variant",
|
|
8129
|
-
"type": {
|
|
8130
|
-
"text": "AiSuggestionsVariant"
|
|
8131
|
-
},
|
|
8132
|
-
"default": "'inline'",
|
|
8133
|
-
"description": "Display variant for suggestions layout",
|
|
8134
|
-
"fieldName": "variant"
|
|
8135
|
-
}
|
|
8136
|
-
],
|
|
8137
|
-
"superclass": {
|
|
8138
|
-
"name": "LitElement",
|
|
8139
|
-
"package": "lit"
|
|
8140
|
-
},
|
|
8141
|
-
"tagName": "forge-ai-suggestions",
|
|
8142
|
-
"customElement": true,
|
|
8143
|
-
"states": [
|
|
8144
|
-
{
|
|
8145
|
-
"name": "inline",
|
|
8146
|
-
"description": "The suggestions are displayed inline."
|
|
8147
|
-
},
|
|
8148
|
-
{
|
|
8149
|
-
"name": "block",
|
|
8150
|
-
"description": "The suggestions are displayed as blocks."
|
|
8151
|
-
}
|
|
8152
|
-
]
|
|
8153
|
-
}
|
|
8154
|
-
],
|
|
8155
|
-
"exports": [
|
|
8156
|
-
{
|
|
8157
|
-
"kind": "js",
|
|
8158
|
-
"name": "AiSuggestionsComponentTagName",
|
|
8159
|
-
"declaration": {
|
|
8160
|
-
"name": "AiSuggestionsComponentTagName",
|
|
8161
|
-
"module": "src/lib/ai-suggestions/ai-suggestions.ts"
|
|
8162
|
-
}
|
|
8163
|
-
},
|
|
8164
|
-
{
|
|
8165
|
-
"kind": "js",
|
|
8166
|
-
"name": "AiSuggestionsComponent",
|
|
8167
|
-
"declaration": {
|
|
8168
|
-
"name": "AiSuggestionsComponent",
|
|
8169
|
-
"module": "src/lib/ai-suggestions/ai-suggestions.ts"
|
|
8170
|
-
}
|
|
8171
|
-
},
|
|
8172
|
-
{
|
|
8173
|
-
"kind": "custom-element-definition",
|
|
8174
|
-
"declaration": {
|
|
8175
|
-
"name": "AiSuggestionsComponent",
|
|
8176
|
-
"module": "src/lib/ai-suggestions/ai-suggestions.ts"
|
|
8177
|
-
}
|
|
8178
|
-
}
|
|
8179
|
-
]
|
|
8180
|
-
},
|
|
8181
|
-
{
|
|
8182
|
-
"kind": "javascript-module",
|
|
8183
|
-
"path": "src/lib/ai-threads/ai-threads.ts",
|
|
8184
|
-
"declarations": [
|
|
8185
|
-
{
|
|
8186
|
-
"kind": "variable",
|
|
8187
|
-
"name": "AiThreadsComponentTagName",
|
|
8188
|
-
"type": {
|
|
8189
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
8190
|
-
},
|
|
8191
|
-
"default": "'forge-ai-threads'"
|
|
8192
|
-
},
|
|
8193
|
-
{
|
|
8194
|
-
"kind": "class",
|
|
8195
|
-
"description": "",
|
|
8196
|
-
"name": "AiThreadsComponent",
|
|
8197
|
-
"slots": [
|
|
8198
|
-
{
|
|
8199
|
-
"description": "Default slot for chatbot component",
|
|
8200
|
-
"name": ""
|
|
8201
|
-
}
|
|
8202
|
-
],
|
|
8203
|
-
"members": [
|
|
8204
|
-
{
|
|
8205
|
-
"kind": "field",
|
|
8206
|
-
"name": "threads",
|
|
8207
|
-
"type": {
|
|
8208
|
-
"text": "Thread[]"
|
|
8209
|
-
},
|
|
8210
|
-
"privacy": "public",
|
|
8211
|
-
"default": "[]",
|
|
8212
|
-
"description": "Array of threads to display in the navigation list",
|
|
8213
|
-
"attribute": "threads"
|
|
8116
|
+
"cssProperties": [
|
|
8117
|
+
{
|
|
8118
|
+
"description": "The maximum width of the suggestion buttons in inline layout.",
|
|
8119
|
+
"name": "--forge-ai-suggestion-max-width"
|
|
8214
8120
|
}
|
|
8215
8121
|
],
|
|
8216
|
-
"
|
|
8122
|
+
"members": [
|
|
8217
8123
|
{
|
|
8124
|
+
"kind": "field",
|
|
8125
|
+
"name": "suggestions",
|
|
8218
8126
|
"type": {
|
|
8219
|
-
"text": "
|
|
8127
|
+
"text": "Suggestion[]"
|
|
8220
8128
|
},
|
|
8221
|
-
"
|
|
8222
|
-
"
|
|
8129
|
+
"privacy": "public",
|
|
8130
|
+
"default": "[]",
|
|
8131
|
+
"description": "Array of suggestion objects to display"
|
|
8223
8132
|
},
|
|
8224
8133
|
{
|
|
8134
|
+
"kind": "field",
|
|
8135
|
+
"name": "variant",
|
|
8225
8136
|
"type": {
|
|
8226
|
-
"text": "
|
|
8137
|
+
"text": "AiSuggestionsVariant"
|
|
8227
8138
|
},
|
|
8228
|
-
"
|
|
8229
|
-
"
|
|
8230
|
-
|
|
8139
|
+
"privacy": "public",
|
|
8140
|
+
"default": "'inline'",
|
|
8141
|
+
"description": "Display variant for suggestions layout",
|
|
8142
|
+
"attribute": "variant"
|
|
8143
|
+
}
|
|
8144
|
+
],
|
|
8145
|
+
"events": [
|
|
8231
8146
|
{
|
|
8232
8147
|
"type": {
|
|
8233
|
-
"text": "CustomEvent"
|
|
8148
|
+
"text": "CustomEvent<ForgeAiSuggestionsEventData>"
|
|
8234
8149
|
},
|
|
8235
|
-
"description": "Fired when
|
|
8236
|
-
"name": "forge-ai-
|
|
8150
|
+
"description": "Fired when a suggestion is selected.",
|
|
8151
|
+
"name": "forge-ai-suggestions-select"
|
|
8237
8152
|
}
|
|
8238
8153
|
],
|
|
8239
8154
|
"attributes": [
|
|
8240
8155
|
{
|
|
8241
|
-
"name": "
|
|
8156
|
+
"name": "variant",
|
|
8242
8157
|
"type": {
|
|
8243
|
-
"text": "
|
|
8158
|
+
"text": "AiSuggestionsVariant"
|
|
8244
8159
|
},
|
|
8245
|
-
"default": "
|
|
8246
|
-
"description": "
|
|
8247
|
-
"fieldName": "
|
|
8160
|
+
"default": "'inline'",
|
|
8161
|
+
"description": "Display variant for suggestions layout",
|
|
8162
|
+
"fieldName": "variant"
|
|
8248
8163
|
}
|
|
8249
8164
|
],
|
|
8250
8165
|
"superclass": {
|
|
8251
8166
|
"name": "LitElement",
|
|
8252
8167
|
"package": "lit"
|
|
8253
8168
|
},
|
|
8254
|
-
"tagName": "forge-ai-
|
|
8255
|
-
"customElement": true
|
|
8169
|
+
"tagName": "forge-ai-suggestions",
|
|
8170
|
+
"customElement": true,
|
|
8171
|
+
"states": [
|
|
8172
|
+
{
|
|
8173
|
+
"name": "inline",
|
|
8174
|
+
"description": "The suggestions are displayed inline."
|
|
8175
|
+
},
|
|
8176
|
+
{
|
|
8177
|
+
"name": "block",
|
|
8178
|
+
"description": "The suggestions are displayed as blocks."
|
|
8179
|
+
}
|
|
8180
|
+
]
|
|
8256
8181
|
}
|
|
8257
8182
|
],
|
|
8258
8183
|
"exports": [
|
|
8259
8184
|
{
|
|
8260
8185
|
"kind": "js",
|
|
8261
|
-
"name": "
|
|
8186
|
+
"name": "AiSuggestionsComponentTagName",
|
|
8262
8187
|
"declaration": {
|
|
8263
|
-
"name": "
|
|
8264
|
-
"module": "src/lib/ai-
|
|
8188
|
+
"name": "AiSuggestionsComponentTagName",
|
|
8189
|
+
"module": "src/lib/ai-suggestions/ai-suggestions.ts"
|
|
8265
8190
|
}
|
|
8266
8191
|
},
|
|
8267
8192
|
{
|
|
8268
8193
|
"kind": "js",
|
|
8269
|
-
"name": "
|
|
8194
|
+
"name": "AiSuggestionsComponent",
|
|
8270
8195
|
"declaration": {
|
|
8271
|
-
"name": "
|
|
8272
|
-
"module": "src/lib/ai-
|
|
8196
|
+
"name": "AiSuggestionsComponent",
|
|
8197
|
+
"module": "src/lib/ai-suggestions/ai-suggestions.ts"
|
|
8273
8198
|
}
|
|
8274
8199
|
},
|
|
8275
8200
|
{
|
|
8276
8201
|
"kind": "custom-element-definition",
|
|
8277
8202
|
"declaration": {
|
|
8278
|
-
"name": "
|
|
8279
|
-
"module": "src/lib/ai-
|
|
8203
|
+
"name": "AiSuggestionsComponent",
|
|
8204
|
+
"module": "src/lib/ai-suggestions/ai-suggestions.ts"
|
|
8280
8205
|
}
|
|
8281
8206
|
}
|
|
8282
8207
|
]
|
|
@@ -8390,6 +8315,109 @@
|
|
|
8390
8315
|
}
|
|
8391
8316
|
]
|
|
8392
8317
|
},
|
|
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
|
+
},
|
|
8393
8421
|
{
|
|
8394
8422
|
"kind": "javascript-module",
|
|
8395
8423
|
"path": "src/lib/ai-user-message/ai-user-message.ts",
|
|
@@ -8600,137 +8628,137 @@
|
|
|
8600
8628
|
},
|
|
8601
8629
|
{
|
|
8602
8630
|
"kind": "javascript-module",
|
|
8603
|
-
"path": "src/lib/ai-chain-of-thought/thought-
|
|
8631
|
+
"path": "src/lib/ai-chain-of-thought/thought-detail/thought-detail.ts",
|
|
8604
8632
|
"declarations": [
|
|
8605
8633
|
{
|
|
8606
8634
|
"kind": "variable",
|
|
8607
|
-
"name": "
|
|
8635
|
+
"name": "ThoughtDetailComponentTagName",
|
|
8608
8636
|
"type": {
|
|
8609
8637
|
"text": "keyof HTMLElementTagNameMap"
|
|
8610
8638
|
},
|
|
8611
|
-
"default": "'forge-ai-thought-
|
|
8639
|
+
"default": "'forge-ai-thought-detail'"
|
|
8612
8640
|
},
|
|
8613
8641
|
{
|
|
8614
8642
|
"kind": "class",
|
|
8615
8643
|
"description": "",
|
|
8616
|
-
"name": "
|
|
8617
|
-
"
|
|
8618
|
-
{
|
|
8619
|
-
"description": "Icon to display in the header",
|
|
8620
|
-
"name": "icon"
|
|
8621
|
-
},
|
|
8622
|
-
{
|
|
8623
|
-
"description": "Title content for the header",
|
|
8624
|
-
"name": "title"
|
|
8625
|
-
},
|
|
8626
|
-
{
|
|
8627
|
-
"description": "Main content area",
|
|
8628
|
-
"name": ""
|
|
8629
|
-
}
|
|
8630
|
-
],
|
|
8631
|
-
"members": [
|
|
8632
|
-
{
|
|
8633
|
-
"kind": "field",
|
|
8634
|
-
"name": "step",
|
|
8635
|
-
"type": {
|
|
8636
|
-
"text": "number | undefined"
|
|
8637
|
-
},
|
|
8638
|
-
"privacy": "public",
|
|
8639
|
-
"description": "The step number for this thought",
|
|
8640
|
-
"attribute": "step"
|
|
8641
|
-
}
|
|
8642
|
-
],
|
|
8643
|
-
"attributes": [
|
|
8644
|
-
{
|
|
8645
|
-
"name": "step",
|
|
8646
|
-
"type": {
|
|
8647
|
-
"text": "number | undefined"
|
|
8648
|
-
},
|
|
8649
|
-
"description": "The step number for this thought",
|
|
8650
|
-
"fieldName": "step"
|
|
8651
|
-
}
|
|
8652
|
-
],
|
|
8644
|
+
"name": "ThoughtDetailComponent",
|
|
8645
|
+
"members": [],
|
|
8653
8646
|
"superclass": {
|
|
8654
8647
|
"name": "LitElement",
|
|
8655
8648
|
"package": "lit"
|
|
8656
8649
|
},
|
|
8657
|
-
"tagName": "forge-ai-thought-
|
|
8650
|
+
"tagName": "forge-ai-thought-detail",
|
|
8658
8651
|
"customElement": true
|
|
8659
8652
|
}
|
|
8660
8653
|
],
|
|
8661
8654
|
"exports": [
|
|
8662
8655
|
{
|
|
8663
8656
|
"kind": "js",
|
|
8664
|
-
"name": "
|
|
8657
|
+
"name": "ThoughtDetailComponentTagName",
|
|
8665
8658
|
"declaration": {
|
|
8666
|
-
"name": "
|
|
8667
|
-
"module": "src/lib/ai-chain-of-thought/thought-
|
|
8659
|
+
"name": "ThoughtDetailComponentTagName",
|
|
8660
|
+
"module": "src/lib/ai-chain-of-thought/thought-detail/thought-detail.ts"
|
|
8668
8661
|
}
|
|
8669
8662
|
},
|
|
8670
8663
|
{
|
|
8671
8664
|
"kind": "js",
|
|
8672
|
-
"name": "
|
|
8665
|
+
"name": "ThoughtDetailComponent",
|
|
8673
8666
|
"declaration": {
|
|
8674
|
-
"name": "
|
|
8675
|
-
"module": "src/lib/ai-chain-of-thought/thought-
|
|
8667
|
+
"name": "ThoughtDetailComponent",
|
|
8668
|
+
"module": "src/lib/ai-chain-of-thought/thought-detail/thought-detail.ts"
|
|
8676
8669
|
}
|
|
8677
8670
|
},
|
|
8678
8671
|
{
|
|
8679
8672
|
"kind": "custom-element-definition",
|
|
8680
8673
|
"declaration": {
|
|
8681
|
-
"name": "
|
|
8682
|
-
"module": "src/lib/ai-chain-of-thought/thought-
|
|
8674
|
+
"name": "ThoughtDetailComponent",
|
|
8675
|
+
"module": "src/lib/ai-chain-of-thought/thought-detail/thought-detail.ts"
|
|
8683
8676
|
}
|
|
8684
8677
|
}
|
|
8685
8678
|
]
|
|
8686
8679
|
},
|
|
8687
8680
|
{
|
|
8688
8681
|
"kind": "javascript-module",
|
|
8689
|
-
"path": "src/lib/ai-chain-of-thought/thought-
|
|
8682
|
+
"path": "src/lib/ai-chain-of-thought/thought-base/thought-base.ts",
|
|
8690
8683
|
"declarations": [
|
|
8691
8684
|
{
|
|
8692
8685
|
"kind": "variable",
|
|
8693
|
-
"name": "
|
|
8686
|
+
"name": "ThoughtBaseComponentTagName",
|
|
8694
8687
|
"type": {
|
|
8695
8688
|
"text": "keyof HTMLElementTagNameMap"
|
|
8696
8689
|
},
|
|
8697
|
-
"default": "'forge-ai-thought-
|
|
8690
|
+
"default": "'forge-ai-thought-base'"
|
|
8698
8691
|
},
|
|
8699
8692
|
{
|
|
8700
8693
|
"kind": "class",
|
|
8701
8694
|
"description": "",
|
|
8702
|
-
"name": "
|
|
8703
|
-
"
|
|
8695
|
+
"name": "ThoughtBaseComponent",
|
|
8696
|
+
"slots": [
|
|
8697
|
+
{
|
|
8698
|
+
"description": "Icon to display in the header",
|
|
8699
|
+
"name": "icon"
|
|
8700
|
+
},
|
|
8701
|
+
{
|
|
8702
|
+
"description": "Title content for the header",
|
|
8703
|
+
"name": "title"
|
|
8704
|
+
},
|
|
8705
|
+
{
|
|
8706
|
+
"description": "Main content area",
|
|
8707
|
+
"name": ""
|
|
8708
|
+
}
|
|
8709
|
+
],
|
|
8710
|
+
"members": [
|
|
8711
|
+
{
|
|
8712
|
+
"kind": "field",
|
|
8713
|
+
"name": "step",
|
|
8714
|
+
"type": {
|
|
8715
|
+
"text": "number | undefined"
|
|
8716
|
+
},
|
|
8717
|
+
"privacy": "public",
|
|
8718
|
+
"description": "The step number for this thought",
|
|
8719
|
+
"attribute": "step"
|
|
8720
|
+
}
|
|
8721
|
+
],
|
|
8722
|
+
"attributes": [
|
|
8723
|
+
{
|
|
8724
|
+
"name": "step",
|
|
8725
|
+
"type": {
|
|
8726
|
+
"text": "number | undefined"
|
|
8727
|
+
},
|
|
8728
|
+
"description": "The step number for this thought",
|
|
8729
|
+
"fieldName": "step"
|
|
8730
|
+
}
|
|
8731
|
+
],
|
|
8704
8732
|
"superclass": {
|
|
8705
8733
|
"name": "LitElement",
|
|
8706
8734
|
"package": "lit"
|
|
8707
8735
|
},
|
|
8708
|
-
"tagName": "forge-ai-thought-
|
|
8736
|
+
"tagName": "forge-ai-thought-base",
|
|
8709
8737
|
"customElement": true
|
|
8710
8738
|
}
|
|
8711
8739
|
],
|
|
8712
8740
|
"exports": [
|
|
8713
8741
|
{
|
|
8714
8742
|
"kind": "js",
|
|
8715
|
-
"name": "
|
|
8743
|
+
"name": "ThoughtBaseComponentTagName",
|
|
8716
8744
|
"declaration": {
|
|
8717
|
-
"name": "
|
|
8718
|
-
"module": "src/lib/ai-chain-of-thought/thought-
|
|
8745
|
+
"name": "ThoughtBaseComponentTagName",
|
|
8746
|
+
"module": "src/lib/ai-chain-of-thought/thought-base/thought-base.ts"
|
|
8719
8747
|
}
|
|
8720
8748
|
},
|
|
8721
8749
|
{
|
|
8722
8750
|
"kind": "js",
|
|
8723
|
-
"name": "
|
|
8751
|
+
"name": "ThoughtBaseComponent",
|
|
8724
8752
|
"declaration": {
|
|
8725
|
-
"name": "
|
|
8726
|
-
"module": "src/lib/ai-chain-of-thought/thought-
|
|
8753
|
+
"name": "ThoughtBaseComponent",
|
|
8754
|
+
"module": "src/lib/ai-chain-of-thought/thought-base/thought-base.ts"
|
|
8727
8755
|
}
|
|
8728
8756
|
},
|
|
8729
8757
|
{
|
|
8730
8758
|
"kind": "custom-element-definition",
|
|
8731
8759
|
"declaration": {
|
|
8732
|
-
"name": "
|
|
8733
|
-
"module": "src/lib/ai-chain-of-thought/thought-
|
|
8760
|
+
"name": "ThoughtBaseComponent",
|
|
8761
|
+
"module": "src/lib/ai-chain-of-thought/thought-base/thought-base.ts"
|
|
8734
8762
|
}
|
|
8735
8763
|
}
|
|
8736
8764
|
]
|
|
@@ -9439,68 +9467,6 @@
|
|
|
9439
9467
|
}
|
|
9440
9468
|
]
|
|
9441
9469
|
},
|
|
9442
|
-
{
|
|
9443
|
-
"kind": "javascript-module",
|
|
9444
|
-
"path": "src/lib/tools/ai-data-table/ai-data-table-definition.ts",
|
|
9445
|
-
"declarations": [
|
|
9446
|
-
{
|
|
9447
|
-
"kind": "variable",
|
|
9448
|
-
"name": "displayDataTableTool",
|
|
9449
|
-
"type": {
|
|
9450
|
-
"text": "ToolDefinition"
|
|
9451
|
-
},
|
|
9452
|
-
"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' }) }"
|
|
9453
|
-
}
|
|
9454
|
-
],
|
|
9455
|
-
"exports": [
|
|
9456
|
-
{
|
|
9457
|
-
"kind": "js",
|
|
9458
|
-
"name": "displayDataTableTool",
|
|
9459
|
-
"declaration": {
|
|
9460
|
-
"name": "displayDataTableTool",
|
|
9461
|
-
"module": "src/lib/tools/ai-data-table/ai-data-table-definition.ts"
|
|
9462
|
-
}
|
|
9463
|
-
}
|
|
9464
|
-
]
|
|
9465
|
-
},
|
|
9466
|
-
{
|
|
9467
|
-
"kind": "javascript-module",
|
|
9468
|
-
"path": "src/lib/tools/ai-data-table/ai-data-table.ts",
|
|
9469
|
-
"declarations": [
|
|
9470
|
-
{
|
|
9471
|
-
"kind": "class",
|
|
9472
|
-
"description": "Data table component tool renderer for displaying tabular data with pagination and filtering.",
|
|
9473
|
-
"name": "DataTableToolElement",
|
|
9474
|
-
"members": [
|
|
9475
|
-
{
|
|
9476
|
-
"kind": "field",
|
|
9477
|
-
"name": "toolCall",
|
|
9478
|
-
"type": {
|
|
9479
|
-
"text": "ToolCall<TableData>"
|
|
9480
|
-
},
|
|
9481
|
-
"privacy": "public",
|
|
9482
|
-
"description": "Tool call data containing table configuration and data"
|
|
9483
|
-
}
|
|
9484
|
-
],
|
|
9485
|
-
"superclass": {
|
|
9486
|
-
"name": "LitElement",
|
|
9487
|
-
"package": "lit"
|
|
9488
|
-
},
|
|
9489
|
-
"tagName": "forge-ai-tool-data-table",
|
|
9490
|
-
"customElement": true
|
|
9491
|
-
}
|
|
9492
|
-
],
|
|
9493
|
-
"exports": [
|
|
9494
|
-
{
|
|
9495
|
-
"kind": "custom-element-definition",
|
|
9496
|
-
"name": "forge-ai-tool-data-table",
|
|
9497
|
-
"declaration": {
|
|
9498
|
-
"name": "DataTableToolElement",
|
|
9499
|
-
"module": "src/lib/tools/ai-data-table/ai-data-table.ts"
|
|
9500
|
-
}
|
|
9501
|
-
}
|
|
9502
|
-
]
|
|
9503
|
-
},
|
|
9504
9470
|
{
|
|
9505
9471
|
"kind": "javascript-module",
|
|
9506
9472
|
"path": "src/lib/core/tooltip/tooltip.ts",
|
|
@@ -9731,6 +9697,68 @@
|
|
|
9731
9697
|
}
|
|
9732
9698
|
]
|
|
9733
9699
|
},
|
|
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
|
+
},
|
|
9734
9762
|
{
|
|
9735
9763
|
"kind": "javascript-module",
|
|
9736
9764
|
"path": "src/lib/tools/ai-paginator/ai-paginator.ts",
|
|
@@ -9864,10 +9892,6 @@
|
|
|
9864
9892
|
"path": "src/lib/ai-artifact/ai-artifact.ts",
|
|
9865
9893
|
"lineNumber": 23
|
|
9866
9894
|
},
|
|
9867
|
-
"AiAssistantResponseComponent": {
|
|
9868
|
-
"path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
|
|
9869
|
-
"lineNumber": 40
|
|
9870
|
-
},
|
|
9871
9895
|
"ForgeAiAttachmentRemoveEventData": {
|
|
9872
9896
|
"path": "src/lib/ai-attachment/ai-attachment.ts",
|
|
9873
9897
|
"lineNumber": 19
|
|
@@ -9876,6 +9900,14 @@
|
|
|
9876
9900
|
"path": "src/lib/ai-attachment/ai-attachment.ts",
|
|
9877
9901
|
"lineNumber": 41
|
|
9878
9902
|
},
|
|
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
|
+
},
|
|
9879
9911
|
"AiButtonComponent": {
|
|
9880
9912
|
"path": "src/lib/ai-button/ai-button.ts",
|
|
9881
9913
|
"lineNumber": 22
|
|
@@ -9892,18 +9924,10 @@
|
|
|
9892
9924
|
"path": "src/lib/ai-chat-header/ai-chat-header.ts",
|
|
9893
9925
|
"lineNumber": 68
|
|
9894
9926
|
},
|
|
9895
|
-
"AiChainOfThoughtComponent": {
|
|
9896
|
-
"path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
|
|
9897
|
-
"lineNumber": 17
|
|
9898
|
-
},
|
|
9899
9927
|
"AiChatInterfaceComponent": {
|
|
9900
9928
|
"path": "src/lib/ai-chat-interface/ai-chat-interface.ts",
|
|
9901
9929
|
"lineNumber": 25
|
|
9902
9930
|
},
|
|
9903
|
-
"AiConfirmationPromptComponent": {
|
|
9904
|
-
"path": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts",
|
|
9905
|
-
"lineNumber": 27
|
|
9906
|
-
},
|
|
9907
9931
|
"AgUiAdapterConfig": {
|
|
9908
9932
|
"path": "src/lib/ai-chatbot/ag-ui-adapter.ts",
|
|
9909
9933
|
"lineNumber": 27
|
|
@@ -10192,6 +10216,10 @@
|
|
|
10192
10216
|
"path": "src/lib/ai-chatbot/types.ts",
|
|
10193
10217
|
"lineNumber": 216
|
|
10194
10218
|
},
|
|
10219
|
+
"AiConfirmationPromptComponent": {
|
|
10220
|
+
"path": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts",
|
|
10221
|
+
"lineNumber": 27
|
|
10222
|
+
},
|
|
10195
10223
|
"AiDialogComponent": {
|
|
10196
10224
|
"path": "src/lib/ai-dialog/ai-dialog.ts",
|
|
10197
10225
|
"lineNumber": 35
|
|
@@ -10328,6 +10356,10 @@
|
|
|
10328
10356
|
"path": "src/lib/ai-message-thread/ai-message-thread.ts",
|
|
10329
10357
|
"lineNumber": 65
|
|
10330
10358
|
},
|
|
10359
|
+
"AiModalComponent": {
|
|
10360
|
+
"path": "src/lib/ai-modal/ai-modal.ts",
|
|
10361
|
+
"lineNumber": 36
|
|
10362
|
+
},
|
|
10331
10363
|
"ForgeAiPromptSendEventData": {
|
|
10332
10364
|
"path": "src/lib/ai-prompt/ai-prompt.ts",
|
|
10333
10365
|
"lineNumber": 26
|
|
@@ -10348,33 +10380,25 @@
|
|
|
10348
10380
|
"path": "src/lib/ai-prompt/ai-prompt.ts",
|
|
10349
10381
|
"lineNumber": 60
|
|
10350
10382
|
},
|
|
10351
|
-
"AiModalComponent": {
|
|
10352
|
-
"path": "src/lib/ai-modal/ai-modal.ts",
|
|
10353
|
-
"lineNumber": 36
|
|
10354
|
-
},
|
|
10355
10383
|
"AiReasoningComponent": {
|
|
10356
10384
|
"path": "src/lib/ai-reasoning/ai-reasoning.ts",
|
|
10357
10385
|
"lineNumber": 17
|
|
10358
10386
|
},
|
|
10359
|
-
"AiReasoningHeaderComponent": {
|
|
10360
|
-
"path": "src/lib/ai-reasoning-header/ai-reasoning-header.ts",
|
|
10361
|
-
"lineNumber": 22
|
|
10362
|
-
},
|
|
10363
10387
|
"AiResponseMessageComponent": {
|
|
10364
10388
|
"path": "src/lib/ai-response-message/ai-response-message.ts",
|
|
10365
10389
|
"lineNumber": 19
|
|
10366
10390
|
},
|
|
10367
|
-
"
|
|
10368
|
-
"path": "src/lib/ai-
|
|
10369
|
-
"lineNumber":
|
|
10391
|
+
"AiReasoningHeaderComponent": {
|
|
10392
|
+
"path": "src/lib/ai-reasoning-header/ai-reasoning-header.ts",
|
|
10393
|
+
"lineNumber": 22
|
|
10370
10394
|
},
|
|
10371
10395
|
"AiSidebarChatComponent": {
|
|
10372
10396
|
"path": "src/lib/ai-sidebar-chat/ai-sidebar-chat.ts",
|
|
10373
10397
|
"lineNumber": 42
|
|
10374
10398
|
},
|
|
10375
|
-
"
|
|
10376
|
-
"path": "src/lib/ai-
|
|
10377
|
-
"lineNumber":
|
|
10399
|
+
"AiSidebarComponent": {
|
|
10400
|
+
"path": "src/lib/ai-sidebar/ai-sidebar.ts",
|
|
10401
|
+
"lineNumber": 28
|
|
10378
10402
|
},
|
|
10379
10403
|
"SpinnerSize": {
|
|
10380
10404
|
"path": "src/lib/ai-spinner/ai-spinner.ts",
|
|
@@ -10384,6 +10408,10 @@
|
|
|
10384
10408
|
"path": "src/lib/ai-spinner/ai-spinner.ts",
|
|
10385
10409
|
"lineNumber": 27
|
|
10386
10410
|
},
|
|
10411
|
+
"AiSlashCommandMenuComponent": {
|
|
10412
|
+
"path": "src/lib/ai-slash-command-menu/ai-slash-command-menu.ts",
|
|
10413
|
+
"lineNumber": 32
|
|
10414
|
+
},
|
|
10387
10415
|
"Suggestion": {
|
|
10388
10416
|
"path": "src/lib/ai-suggestions/ai-suggestions.ts",
|
|
10389
10417
|
"lineNumber": 20
|
|
@@ -10400,6 +10428,10 @@
|
|
|
10400
10428
|
"path": "src/lib/ai-suggestions/ai-suggestions.ts",
|
|
10401
10429
|
"lineNumber": 44
|
|
10402
10430
|
},
|
|
10431
|
+
"AiThinkingIndicatorComponent": {
|
|
10432
|
+
"path": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts",
|
|
10433
|
+
"lineNumber": 38
|
|
10434
|
+
},
|
|
10403
10435
|
"Thread": {
|
|
10404
10436
|
"path": "src/lib/ai-threads/ai-threads.ts",
|
|
10405
10437
|
"lineNumber": 19
|
|
@@ -10412,10 +10444,6 @@
|
|
|
10412
10444
|
"path": "src/lib/ai-threads/ai-threads.ts",
|
|
10413
10445
|
"lineNumber": 46
|
|
10414
10446
|
},
|
|
10415
|
-
"AiThinkingIndicatorComponent": {
|
|
10416
|
-
"path": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts",
|
|
10417
|
-
"lineNumber": 38
|
|
10418
|
-
},
|
|
10419
10447
|
"AiUserMessageComponent": {
|
|
10420
10448
|
"path": "src/lib/ai-user-message/ai-user-message.ts",
|
|
10421
10449
|
"lineNumber": 17
|
|
@@ -10456,14 +10484,14 @@
|
|
|
10456
10484
|
"path": "src/lib/core/drag-controller.ts",
|
|
10457
10485
|
"lineNumber": 21
|
|
10458
10486
|
},
|
|
10459
|
-
"ThoughtBaseComponent": {
|
|
10460
|
-
"path": "src/lib/ai-chain-of-thought/thought-base/thought-base.ts",
|
|
10461
|
-
"lineNumber": 21
|
|
10462
|
-
},
|
|
10463
10487
|
"ThoughtDetailComponent": {
|
|
10464
10488
|
"path": "src/lib/ai-chain-of-thought/thought-detail/thought-detail.ts",
|
|
10465
10489
|
"lineNumber": 18
|
|
10466
10490
|
},
|
|
10491
|
+
"ThoughtBaseComponent": {
|
|
10492
|
+
"path": "src/lib/ai-chain-of-thought/thought-base/thought-base.ts",
|
|
10493
|
+
"lineNumber": 21
|
|
10494
|
+
},
|
|
10467
10495
|
"ThoughtImageComponent": {
|
|
10468
10496
|
"path": "src/lib/ai-chain-of-thought/thought-image/thought-image.ts",
|
|
10469
10497
|
"lineNumber": 19
|
|
@@ -10512,14 +10540,6 @@
|
|
|
10512
10540
|
"path": "src/lib/core/popover/popover.ts",
|
|
10513
10541
|
"lineNumber": 37
|
|
10514
10542
|
},
|
|
10515
|
-
"TableData": {
|
|
10516
|
-
"path": "src/lib/tools/ai-data-table/ai-data-table.ts",
|
|
10517
|
-
"lineNumber": 16
|
|
10518
|
-
},
|
|
10519
|
-
"DataTableToolElement": {
|
|
10520
|
-
"path": "src/lib/tools/ai-data-table/ai-data-table.ts",
|
|
10521
|
-
"lineNumber": 32
|
|
10522
|
-
},
|
|
10523
10543
|
"TooltipToggleEventDetail": {
|
|
10524
10544
|
"path": "src/lib/core/tooltip/tooltip.ts",
|
|
10525
10545
|
"lineNumber": 20
|
|
@@ -10536,6 +10556,14 @@
|
|
|
10536
10556
|
"path": "src/lib/core/tooltip/tooltip.ts",
|
|
10537
10557
|
"lineNumber": 44
|
|
10538
10558
|
},
|
|
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
|
+
},
|
|
10539
10567
|
"AiPaginator": {
|
|
10540
10568
|
"path": "src/lib/tools/ai-paginator/ai-paginator.ts",
|
|
10541
10569
|
"lineNumber": 11
|