-
- {isExecuting ? (
-
- ) : isCompleted ? (
-
- ) : isCancelled || isFailed ? (
-
- ) : (
-
- )}
- {editorAgentToolLabel(toolCall.toolName)}
- {statusLabel}
-
- {displayError ? (
-
{displayError}
- ) : null}
- {toolCall.images.length ? (
-
- {toolCall.images.map((image, index) => (
-
-
-
- ))}
-
- ) : null}
- {videos.length ? (
-
- {videos.map((video, index) => (
-
-
-
- ))}
-
- ) : null}
- {audios.length ? (
-
- {audios.map((audio, index) => (
-
-
-
-
- ))}
-
- ) : null}
-
- );
-}
-
export function ThinkingBubble() {
return (