We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60809e1 commit 106062cCopy full SHA for 106062c
src/assistant.js
@@ -100,7 +100,7 @@ export async function openAssistantForm({
100
view.selectedTaskId = finishedTask?.id
101
}
102
} else if (finishedTask.status === TASK_STATUS_STRING.failed) {
103
- showError(t('assistant', 'Your task has failed'))
+ showError(t('assistant', 'Your task with ID {id} has failed', { id: finishedTask.id }))
104
console.error('[assistant] Task failed', finishedTask)
105
view.outputs = null
106
0 commit comments