ignore: fix typos and formatting (#294)

This commit is contained in:
Márk Magyar
2025-06-22 20:26:46 +02:00
committed by GitHub
parent 09b89fdb23
commit 333569bed3
11 changed files with 31 additions and 35 deletions

View File

@@ -444,7 +444,7 @@ function MarkdownPart(props: MarkdownPartProps) {
{...rest}
>
<MarkdownView
data-elment-markdown
data-element-markdown
markdown={local.text}
ref={(el) => (divEl = el)}
/>
@@ -726,7 +726,7 @@ export default function Share(props: {
for (let i = 0; i < messages().length; i++) {
const msg = messages()[i]
// TODO: Cleaup
// TODO: Cleanup
// const system = result.messages.length === 0 && msg.role === "system"
const assistant = msg.metadata?.assistant