This commit is contained in:
Dax Raad 2025-10-01 04:32:09 -04:00
parent 93425c78b7
commit dc93d3f425

View file

@ -482,8 +482,6 @@ function ReasoningPart(props: { part: ReasoningPart; message: AssistantMessage }
)
}
function resize(el: BoxRenderable) {}
function TextPart(props: { part: TextPart; message: AssistantMessage }) {
return (
<box id={"text-" + props.part.id} paddingLeft={3} marginTop={1} flexShrink={0}>