4.8.8 test fix (#2149)
* perf: code comment * feat: system plugin input guide * perf: variable avatar * feat: feishu webhook * perf: select tool config tip * perf: rename variable * fix: per inherit error * perf: docker-compose oneapi version and i18n * perf: ui tip bug * fix: ts * perf: pg log * perf: editor color * perf: update init
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import Markdown, { CodeClassName } from '@/components/Markdown';
|
||||
import Markdown from '@/components/Markdown';
|
||||
import { CodeClassNameEnum } from '@/components/Markdown/utils';
|
||||
import {
|
||||
Accordion,
|
||||
AccordionButton,
|
||||
@@ -41,7 +42,7 @@ const AIResponseBox = ({ value, index, chat, isLastChild, isChatting, questionGu
|
||||
index === chat.value.length - 1
|
||||
) {
|
||||
source = `${source}
|
||||
\`\`\`${CodeClassName.questionGuide}
|
||||
\`\`\`${CodeClassNameEnum.questionGuide}
|
||||
${JSON.stringify(questionGuides)}`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user