mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
sync
This commit is contained in:
parent
93425c78b7
commit
dc93d3f425
1 changed files with 0 additions and 2 deletions
|
|
@ -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}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue