-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Sometimes, GPT inserts markdown image tags in its responses. These tags are correctly translated into HTML img tags, but more often than not the src attribute is incorrect. When this occurs, the alt text is displayed as intended. However, this can be confusing for users since there is no clear indication that an image is supposed to appear but is unavailable, leading to the display of the alt text instead. The alt text looks like a regular text response.
To improve user clarity, implement a fallback mechanism that provides a visual indicator when an image fails to load and the alt text is displayed. Additionally, ensure that users understand the alt text is displayed because the actual image couldn't be retrieved.
Response bubble HTML:
<div class="response-bubble message-bubble"><p>
<img alt="Alt text" src="https://example.com/image.jpg">
</p></div>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
