You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in #789 (comment), all of the output of the chosen model in the chat UI is rendered in markdown, even if it represents an error message. This causes the code mini-toolbar added in #789 to show up when there's a failure in contacting the model, even though it represents an error message, not code.
Proposed Solution
Use a different data model and DOM model for error reporting when contacting a model.
The text was updated successfully, but these errors were encountered:
Problem
As noted in #789 (comment), all of the output of the chosen model in the chat UI is rendered in markdown, even if it represents an error message. This causes the code mini-toolbar added in #789 to show up when there's a failure in contacting the model, even though it represents an error message, not code.
Proposed Solution
Use a different data model and DOM model for error reporting when contacting a model.
The text was updated successfully, but these errors were encountered: