|
|
@@ -33,6 +33,7 @@
|
|
|
v-if="answer_status === 2"
|
|
|
class="answer-actions-btns"
|
|
|
:action_list="answer_action_list"
|
|
|
+ :chat_mode="chat_mode"
|
|
|
@copy="handleAnswerCopy"
|
|
|
@share="handleAnswerShare"
|
|
|
@retry="handleAnswerRetry"
|
|
|
@@ -108,7 +109,8 @@ const props = defineProps({
|
|
|
width: Number,
|
|
|
|
|
|
answer_action_list: Array,
|
|
|
- loading_mind_map: Boolean
|
|
|
+ loading_mind_map: Boolean,
|
|
|
+ chat_mode: String
|
|
|
});
|
|
|
|
|
|
const emit = defineEmits(['stop', 'retry', 'select', 'edit', 'toSearchPage', 'download', 'toShowMindMap']);
|