@alquimia-ai/ui 1.9.1 → 1.9.2

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/index.js CHANGED
@@ -3205,8 +3205,8 @@ var AssistantMessageArea = React34.forwardRef(
3205
3205
  {
3206
3206
  role: "assistant",
3207
3207
  "data-error-code": message.error_code,
3208
- additionalInfo: showDetailedErrors ? `${message.error_detail}
3209
- stream id: ${message.stream_id}` : void 0,
3208
+ additionalInfo: showDetailedErrors ? `${message.error_detail}${message.stream_id ? `
3209
+ stream id: ${message.stream_id}` : ""}` : void 0,
3210
3210
  toggleAdditionalInfo: true,
3211
3211
  children: getErrorMessage(message.error_code)
3212
3212
  }