Skip to content

Commit

Permalink
修复 AI 工具结果内容残留
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Oct 19, 2023
1 parent ae4b011 commit d68fad3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/views/ai_tool/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ function showPrompt(item: any) {
delete _setting.prompt
setting.value = _setting
formSession.value = null
formStreamContent.value = ''
showPromptData.value = { ...item }
}
Expand Down

0 comments on commit d68fad3

Please sign in to comment.