-
-
-
-
-
-
- Run
-
-
-
+
+
+ Run Text Pipeline
+
+
+ Run Audio Pipeline
+
+
+
${this._pipelineRun
? html`
@@ -159,12 +181,10 @@ export class AssistPipelineDebug extends SubscribeMixin(LitElement) {
${renderData(this._pipelineRun.run, RUN_DATA)}
- ${this._pipelineRun.error
- ? renderData(this._pipelineRun.error, ERROR_DATA)
- : ""}
+ ${maybeRenderError(this._pipelineRun, "ready", lastRunStage)}
${hasStage(this._pipelineRun, "stt")
? html`