@gendive/chatllm 0.17.38 → 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.
@@ -3143,6 +3143,7 @@ ${attachmentContext}
3143
3143
  if (m.id !== assistantMessageId) return m;
3144
3144
  return {
3145
3145
  ...m,
3146
+ content: "",
3146
3147
  contentParts: parts,
3147
3148
  skillExecution: {
3148
3149
  ...m.skillExecution,
@@ -3214,6 +3215,7 @@ ${result.content}
3214
3215
  if (m.id !== assistantMessageId) return m;
3215
3216
  return {
3216
3217
  ...m,
3218
+ content: "",
3217
3219
  contentParts: imgFileParts,
3218
3220
  skillExecution: {
3219
3221
  ...m.skillExecution,