From 7222e34d64c0868706e972ce343efb335d94672b Mon Sep 17 00:00:00 2001 From: Lukas Schaefer Date: Thu, 7 Aug 2025 08:50:18 -0400 Subject: [PATCH 1/3] feat: ai hint in chat Signed-off-by: Lukas Schaefer --- src/components/ChattyLLM/ChattyLLMInputForm.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/ChattyLLM/ChattyLLMInputForm.vue b/src/components/ChattyLLM/ChattyLLMInputForm.vue index 1efa9c9d..22fc98bd 100644 --- a/src/components/ChattyLLM/ChattyLLMInputForm.vue +++ b/src/components/ChattyLLM/ChattyLLMInputForm.vue @@ -125,6 +125,9 @@ class="session-area__agency-confirmation" @confirm="onAgencyAnswer(true)" @reject="onAgencyAnswer(false)" /> +

+ This output was generated by AI. Make sure to double-check and adjust. +

Date: Thu, 7 Aug 2025 09:29:32 -0400 Subject: [PATCH 2/3] better wording Signed-off-by: Lukas Schaefer --- src/components/ChattyLLM/ChattyLLMInputForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ChattyLLM/ChattyLLMInputForm.vue b/src/components/ChattyLLM/ChattyLLMInputForm.vue index 22fc98bd..30d94777 100644 --- a/src/components/ChattyLLM/ChattyLLMInputForm.vue +++ b/src/components/ChattyLLM/ChattyLLMInputForm.vue @@ -126,7 +126,7 @@ @confirm="onAgencyAnswer(true)" @reject="onAgencyAnswer(false)" />

- This output was generated by AI. Make sure to double-check and adjust. + Output shown here is generated by AI. Make sure to always double-check and adjust.

Date: Thu, 7 Aug 2025 09:37:07 -0400 Subject: [PATCH 3/3] translate it Signed-off-by: Lukas Schaefer --- src/components/ChattyLLM/ChattyLLMInputForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ChattyLLM/ChattyLLMInputForm.vue b/src/components/ChattyLLM/ChattyLLMInputForm.vue index 30d94777..49407662 100644 --- a/src/components/ChattyLLM/ChattyLLMInputForm.vue +++ b/src/components/ChattyLLM/ChattyLLMInputForm.vue @@ -126,7 +126,7 @@ @confirm="onAgencyAnswer(true)" @reject="onAgencyAnswer(false)" />

- Output shown here is generated by AI. Make sure to always double-check and adjust. + {{ t('assistant', 'Output shown here is generated by AI. Make sure to always double-check.') }}