chore: generate
This commit is contained in:
parent
cb93114424
commit
83c638eaac
20 changed files with 2137 additions and 1207 deletions
|
|
@ -2355,7 +2355,13 @@ function Execute(props: ToolProps) {
|
|||
return (
|
||||
<>
|
||||
<InlineTool
|
||||
icon={props.part.state.status === "completed" && !hasRuntimeError() ? "✓" : props.part.state.status === "error" || hasRuntimeError() ? "✗" : "│"}
|
||||
icon={
|
||||
props.part.state.status === "completed" && !hasRuntimeError()
|
||||
? "✓"
|
||||
: props.part.state.status === "error" || hasRuntimeError()
|
||||
? "✗"
|
||||
: "│"
|
||||
}
|
||||
color={hasRuntimeError() ? theme.error : undefined}
|
||||
spinner={isLoading()}
|
||||
pending="execute"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue