From 90d12d0980629b75665e06f6a9900a23e897583a Mon Sep 17 00:00:00 2001 From: Anupam Kumar Date: Mon, 16 Sep 2024 12:08:16 +0200 Subject: [PATCH] fix: render context chat's the referenced source items Signed-off-by: Anupam Kumar --- .../AssistantTextProcessingForm.vue | 14 +- .../ContextChat/ContextChatOutputForm.vue | 138 ++++++++++++++++++ 2 files changed, 148 insertions(+), 4 deletions(-) create mode 100644 src/components/ContextChat/ContextChatOutputForm.vue diff --git a/src/components/AssistantTextProcessingForm.vue b/src/components/AssistantTextProcessingForm.vue index 6b866a93..7b818605 100644 --- a/src/components/AssistantTextProcessingForm.vue +++ b/src/components/AssistantTextProcessingForm.vue @@ -44,7 +44,11 @@ :show-advanced.sync="showAdvanced" />
- + + +