@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.mjs CHANGED
@@ -2999,8 +2999,8 @@ var AssistantMessageArea = React34.forwardRef(
2999
2999
  {
3000
3000
  role: "assistant",
3001
3001
  "data-error-code": message.error_code,
3002
- additionalInfo: showDetailedErrors ? `${message.error_detail}
3003
- stream id: ${message.stream_id}` : void 0,
3002
+ additionalInfo: showDetailedErrors ? `${message.error_detail}${message.stream_id ? `
3003
+ stream id: ${message.stream_id}` : ""}` : void 0,
3004
3004
  toggleAdditionalInfo: true,
3005
3005
  children: getErrorMessage(message.error_code)
3006
3006
  }