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 f16f417 commit d4fbf09Copy full SHA for d4fbf09
ui/src/components/ai-chat/component/prologue-content/index.vue
@@ -47,7 +47,7 @@ const prologue = computed(() => {
47
let result = temp
48
for (const index in quick_question_list) {
49
const quick_question = quick_question_list[index]
50
- result = temp.replace(quick_question, toQuickQuestion)
+ result = result.replace(quick_question, toQuickQuestion)
51
}
52
return result
53
0 commit comments