diff --git a/src/components/ChattyLLM/ChattyLLMInputForm.vue b/src/components/ChattyLLM/ChattyLLMInputForm.vue index 61c4ceaa..38524027 100644 --- a/src/components/ChattyLLM/ChattyLLMInputForm.vue +++ b/src/components/ChattyLLM/ChattyLLMInputForm.vue @@ -113,7 +113,7 @@ :aria-label="t('assistant', 'Retry response generation')" :disabled="loading.initialMessages || loading.llmGeneration" type="secondary" - @click="runGenerationTask"> + @click="runGenerationTask(active.id)"> {{ t('assistant', 'Retry response generation') }} diff --git a/src/components/ChattyLLM/Message.vue b/src/components/ChattyLLM/Message.vue index b279a59e..e836c988 100644 --- a/src/components/ChattyLLM/Message.vue +++ b/src/components/ChattyLLM/Message.vue @@ -3,7 +3,7 @@ - SPDX-License-Identifier: AGPL-3.0-or-later -->