File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 <div class =" reasoningcontent_popover_inner" >
4747 <h6 >{{ t('assistant', 'Reasoning content') }}</h6 >
4848 <NcRichText :text =" message .reasoning "
49- :use-markdown =" true "
49+ :use-extended- markdown =" true "
5050 :autolink =" true " />
5151 </div >
5252 </template >
9292 </div >
9393 <NcRichText class="message__content"
9494 :text =" streaming ? streamedMessageContent : message .content "
95- :use-markdown =" true "
95+ :use-extended- markdown =" true "
9696 :reference-limit =" 1 "
9797 :references =" references "
9898 :autolink =" true " />
Original file line number Diff line number Diff line change 55<template >
66 <NcRichText
77 :text =" text "
8- :use-markdown =" true "
8+ :use-extended- markdown =" true "
99 :reference-limit =" 1 "
1010 :references =" references "
1111 :autolink =" true " />
Original file line number Diff line number Diff line change 1616 :class =" { streaming: isOutput && streaming () } "
1717 :title =" t (' assistant' , ' Double-click to edit' )"
1818 :text =" value ?? ' ' "
19- :use-markdown =" true "
19+ :use-extended- markdown =" true "
2020 :autolink =" true "
2121 @dblclick =" enterEditMode " />
2222 <NcRichContenteditable
You can’t perform that action at this time.
0 commit comments