@alquimia-ai/ui 1.9.1 → 1.9.3

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.
@@ -2830,8 +2830,8 @@ var AssistantMessageArea = React34.forwardRef(
2830
2830
  {
2831
2831
  role: "assistant",
2832
2832
  "data-error-code": message.error_code,
2833
- additionalInfo: showDetailedErrors ? `${message.error_detail}
2834
- stream id: ${message.stream_id}` : void 0,
2833
+ additionalInfo: showDetailedErrors ? `${message.error_detail}${message.stream_id ? `
2834
+ stream id: ${message.stream_id}` : ""}` : void 0,
2835
2835
  toggleAdditionalInfo: true,
2836
2836
  children: getErrorMessage(message.error_code)
2837
2837
  }