chore: update assistant prompt

This commit is contained in:
steven
2023-03-27 15:32:00 +08:00
parent c15f572d40
commit 408e61e171
3 changed files with 10 additions and 4 deletions

View File

@ -54,6 +54,9 @@ const MessageView = (props: Props) => {
</pre>
);
},
code({ children }) {
return <code className="px-0">`{children}`</code>;
},
}}
>
{message.content}