Skip to content

Commit

Permalink
bingai: don't show InternalSearchResult
Browse files Browse the repository at this point in the history
  • Loading branch information
xhcoding committed Aug 8, 2023
1 parent 19f95af commit 8647a6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aichat-bingai.el
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,8 @@ NEW-P is t, which means it is a new conversation."
(aichat-bingai--chat-update-prompt chat text)))
("InternalLoaderMessage" (when-let ((text (aichat-bingai-message-type-1-text msg)))
(aichat-bingai--chat-update-prompt chat text)))
("InternalSearchResult"
nil)
(_
(when-let* ((text (aichat-bingai-message-type-1-text msg))
(replied-length (aichat-bingai--chat-replied-length chat))
Expand Down

0 comments on commit 8647a6b

Please sign in to comment.