mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-28 17:53:21 +08:00
chore: update assistant prompt
This commit is contained in:
@ -54,6 +54,9 @@ const MessageView = (props: Props) => {
|
||||
</pre>
|
||||
);
|
||||
},
|
||||
code({ children }) {
|
||||
return <code className="px-0">`{children}`</code>;
|
||||
},
|
||||
}}
|
||||
>
|
||||
{message.content}
|
||||
|
Reference in New Issue
Block a user