Skip to content

Commit 76d982b

Browse files
committed
feat: expand reasoning text default
Signed-off-by: Bob Du <[email protected]>
1 parent 613f07a commit 76d982b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/chat/components/Message/Reasoning.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const instance = getCurrentInstance()
1616
const uid = instance?.uid || Date.now() + Math.random().toString(36).substring(2)
1717
1818
const textRef = ref<HTMLElement>()
19-
const isCollapsed = ref(true)
19+
const isCollapsed = ref(false)
2020
2121
const reasoningBtnTitle = computed(() => {
2222
return t('chat.expandCollapseReasoningProcess')

0 commit comments

Comments
 (0)