@genesislcap/ai-assistant 15.14.2 → 15.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai-assistant.api.json +5 -5
- package/dist/chat-driver.cjs +285 -70
- package/dist/chat-driver.cjs.map +4 -4
- package/dist/chat-driver.mjs +285 -70
- package/dist/chat-driver.mjs.map +4 -4
- package/dist/custom-elements.json +32 -0
- package/dist/dts/chat-driver-node.d.ts +1 -1
- package/dist/dts/chat-driver-node.d.ts.map +1 -1
- package/dist/dts/components/chat-driver/chat-driver.d.ts.map +1 -1
- package/dist/dts/utils/condense-history.d.ts.map +1 -1
- package/dist/dts/utils/history-transform.d.ts.map +1 -1
- package/dist/esm/components/chat-driver/chat-driver.js +34 -7
- package/dist/esm/utils/condense-history.js +31 -7
- package/dist/esm/utils/condense-history.test.js +68 -1
- package/dist/esm/utils/history-transform.js +8 -1
- package/dist/esm/utils/history-transform.test.js +22 -1
- package/package.json +17 -17
- package/src/chat-driver-node.ts +7 -0
- package/src/components/chat-driver/chat-driver.ts +48 -3
- package/src/utils/condense-history.test.ts +84 -2
- package/src/utils/condense-history.ts +27 -4
- package/src/utils/history-transform.test.ts +31 -0
- package/src/utils/history-transform.ts +7 -1
|
@@ -3286,7 +3286,7 @@
|
|
|
3286
3286
|
{
|
|
3287
3287
|
"kind": "Reference",
|
|
3288
3288
|
"text": "ChatAttachment",
|
|
3289
|
-
"canonicalReference": "@genesislcap/foundation-ai!ChatAttachment:
|
|
3289
|
+
"canonicalReference": "@genesislcap/foundation-ai!ChatAttachment:type"
|
|
3290
3290
|
},
|
|
3291
3291
|
{
|
|
3292
3292
|
"kind": "Content",
|
|
@@ -5515,7 +5515,7 @@
|
|
|
5515
5515
|
{
|
|
5516
5516
|
"kind": "Reference",
|
|
5517
5517
|
"text": "ChatAttachment",
|
|
5518
|
-
"canonicalReference": "@genesislcap/foundation-ai!ChatAttachment:
|
|
5518
|
+
"canonicalReference": "@genesislcap/foundation-ai!ChatAttachment:type"
|
|
5519
5519
|
},
|
|
5520
5520
|
{
|
|
5521
5521
|
"kind": "Content",
|
|
@@ -7723,7 +7723,7 @@
|
|
|
7723
7723
|
{
|
|
7724
7724
|
"kind": "Reference",
|
|
7725
7725
|
"text": "ChatAttachment",
|
|
7726
|
-
"canonicalReference": "@genesislcap/foundation-ai!ChatAttachment:
|
|
7726
|
+
"canonicalReference": "@genesislcap/foundation-ai!ChatAttachment:type"
|
|
7727
7727
|
},
|
|
7728
7728
|
{
|
|
7729
7729
|
"kind": "Content",
|
|
@@ -10474,7 +10474,7 @@
|
|
|
10474
10474
|
{
|
|
10475
10475
|
"kind": "Reference",
|
|
10476
10476
|
"text": "ChatAttachment",
|
|
10477
|
-
"canonicalReference": "@genesislcap/foundation-ai!ChatAttachment:
|
|
10477
|
+
"canonicalReference": "@genesislcap/foundation-ai!ChatAttachment:type"
|
|
10478
10478
|
},
|
|
10479
10479
|
{
|
|
10480
10480
|
"kind": "Content",
|
|
@@ -14973,7 +14973,7 @@
|
|
|
14973
14973
|
{
|
|
14974
14974
|
"kind": "Reference",
|
|
14975
14975
|
"text": "ChatAttachment",
|
|
14976
|
-
"canonicalReference": "@genesislcap/foundation-ai!ChatAttachment:
|
|
14976
|
+
"canonicalReference": "@genesislcap/foundation-ai!ChatAttachment:type"
|
|
14977
14977
|
},
|
|
14978
14978
|
{
|
|
14979
14979
|
"kind": "Content",
|