mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
refac
This commit is contained in:
parent
0ad35ffad9
commit
ed3e1397ca
1 changed files with 4 additions and 1 deletions
|
|
@ -482,7 +482,10 @@
|
||||||
on:explain={(e) => {
|
on:explain={(e) => {
|
||||||
dispatch(
|
dispatch(
|
||||||
'submit',
|
'submit',
|
||||||
`Can you explain this section to me in more detail?\n\n${e.detail}`
|
`Can you explain this section to me in more detail?\n\n` +
|
||||||
|
'```\n' +
|
||||||
|
e.detail +
|
||||||
|
'\n```'
|
||||||
);
|
);
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue