mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 00:30:51 +00:00
refac
This commit is contained in:
parent
0ad35ffad9
commit
ed3e1397ca
@ -482,7 +482,10 @@
|
||||
on:explain={(e) => {
|
||||
dispatch(
|
||||
'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 New Issue
Block a user