|
@@ -1533,6 +1533,7 @@ function TextPart(props: { last: boolean; part: TextPart; message: AssistantMess
|
|
|
streaming={true}
|
|
streaming={true}
|
|
|
internalBlockMode="top-level"
|
|
internalBlockMode="top-level"
|
|
|
content={props.part.text.trim()}
|
|
content={props.part.text.trim()}
|
|
|
|
|
+ tableOptions={{ style: "grid" }}
|
|
|
conceal={ctx.conceal()}
|
|
conceal={ctx.conceal()}
|
|
|
fg={theme.markdownText}
|
|
fg={theme.markdownText}
|
|
|
bg={theme.background}
|
|
bg={theme.background}
|