Skip to content

Commit f563f75

Browse files
author
linyuan.yang
committed
fix
1 parent d4eb62a commit f563f75

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/admin/src/views/chat/ChannelsView.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ async function loadChannelData(id: string) {
207207
])
208208
sessionMap.value[id] = (sessRes.data || []).map((s: any) => ({
209209
...s, memories: s.memories || [], useChannelMemories: !!s.useChannelMemories, useChannelWikis: !!s.useChannelWikis,
210+
streamVerbose: s.streamVerbose == null ? null : !!s.streamVerbose,
211+
autoApproveAllTools: s.autoApproveAllTools == null ? null : !!s.autoApproveAllTools,
210212
}))
211213
userMap.value[id] = userRes.data || []
212214
} catch (e: any) {

0 commit comments

Comments
 (0)