File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
webui/src/lib/components/app/chat/ChatMessages Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 44 import * as Collapsible from ' $lib/components/ui/collapsible/index.js' ;
55 import { buttonVariants } from ' $lib/components/ui/button/index.js' ;
66 import { Card } from ' $lib/components/ui/card' ;
7- import { MarkdownContent } from ' $lib/components/app' ;
87 import { config } from ' $lib/stores/settings.svelte' ;
98
109 interface Props {
5958 <Collapsible .Content >
6059 <div class =" border-t border-muted px-3 pb-3" >
6160 <div class =" pt-3" >
62- <MarkdownContent content ={reasoningContent || ' ' } class =" text-xs leading-relaxed" />
61+ <div class =" text-xs leading-relaxed break-words whitespace-pre-wrap" >
62+ {reasoningContent ?? ' ' }
63+ </div >
6364 </div >
6465 </div >
6566 </Collapsible .Content >
You can’t perform that action at this time.
0 commit comments