@gendive/chatllm 0.17.39 → 0.17.40
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/react/index.mjs
CHANGED
|
@@ -3074,6 +3074,7 @@ ${attachmentContext}
|
|
|
3074
3074
|
if (m.id !== assistantMessageId) return m;
|
|
3075
3075
|
return {
|
|
3076
3076
|
...m,
|
|
3077
|
+
content: "",
|
|
3077
3078
|
contentParts: parts,
|
|
3078
3079
|
skillExecution: {
|
|
3079
3080
|
...m.skillExecution,
|
|
@@ -3145,6 +3146,7 @@ ${result.content}
|
|
|
3145
3146
|
if (m.id !== assistantMessageId) return m;
|
|
3146
3147
|
return {
|
|
3147
3148
|
...m,
|
|
3149
|
+
content: "",
|
|
3148
3150
|
contentParts: imgFileParts,
|
|
3149
3151
|
skillExecution: {
|
|
3150
3152
|
...m.skillExecution,
|