chore: generate
This commit is contained in:
@@ -442,9 +442,7 @@ function CollapsedReasoningText(props: { title: string | null }) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<text fg={theme.warning} wrapMode="none">
|
<text fg={theme.warning} wrapMode="none">
|
||||||
<span style={{ fg: theme.warning, italic: true }}>
|
<span style={{ fg: theme.warning, italic: true }}>{props.title ? "+ Thought: " + props.title : "+ Thought"}</span>
|
||||||
{props.title ? "+ Thought: " + props.title : "+ Thought"}
|
|
||||||
</span>
|
|
||||||
</text>
|
</text>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user