mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 22:18:09 +01:00
new line chars in chat response ui, gbp stripe currency, valid teams for 24 25 season
This commit is contained in:
@@ -33,7 +33,7 @@ const LLMResponse = memo(({ data, onConfirm, isLastMessage, onHeightChange }) =>
|
||||
: '';
|
||||
|
||||
return (
|
||||
<div ref={responseRef} className="space-y-2">
|
||||
<div ref={responseRef} className="space-y-2" style={{ whiteSpace: 'pre-line' }}>
|
||||
<MessageBubble
|
||||
message={{ response: displayText || defaultText }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user