Skip to content

Commit

Permalink
feat: remove chatlog
Browse files Browse the repository at this point in the history
  • Loading branch information
dolphin0618 committed Jul 3, 2024
1 parent 2d763ec commit 34e0c24
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ export default function MessagePanne({ useName, guideWord, loadMore }) {
} else if (msg.files?.length) {
type = 'file'
} else if (['tool', 'flow', 'knowledge'].includes(msg.category)
|| msg.category === 'processing') { // 项目演示?
// || msg.category === 'processing'
) { // 项目演示?
type = 'runLog'
} else if (msg.thought) {
type = 'system'
Expand Down

0 comments on commit 34e0c24

Please sign in to comment.