fix: model markdown parse failed

This commit is contained in:
jialin
2024-11-22 11:55:19 +08:00
parent 67febd3e25
commit c8c22b3f22
15 changed files with 514 additions and 50 deletions
@@ -480,6 +480,11 @@ const GroundImages: React.FC<MessageProps> = forwardRef((props, ref) => {
handleAbortFetch={handleStopConversation}
shouldResetMessage={false}
clearAll={handleClear}
tools={
<span className="p-l-8 font-600">
{intl.formatMessage({ id: 'playground.image.prompt' })}
</span>
}
/>
</div>
</div>