Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: Drag and Drop Images from Web #241785

Open
3 tasks
justschen opened this issue Feb 24, 2025 · 0 comments
Open
3 tasks

Test: Drag and Drop Images from Web #241785

justschen opened this issue Feb 24, 2025 · 0 comments
Assignees
Milestone

Comments

@justschen
Copy link
Contributor

justschen commented Feb 24, 2025

Refs: #240025

Complexity: 3

Create Issue


This iteration includes many improvements to vision in chat. One of these includes the ability to drag and drop images from the web into the browser. This works for most standalone images (ie, if the URL ends with .png or .jpeg or such).
 

Sanity testing section

  1. From any brower, drag an image into the chat panel.
  2. Depending on if it is a valid image, it will either render a full image attachment, a URL image attachment, or a URL.
  3. The first 2 (full image attachment or URL image attachment) will work with valid vision models (GPT4o for non-dual accessed, Claude and Gemini for dual-accessed).
  4. Make sure that the UI/UX and the response that comes out is correct!
  5. History for images should also workk with images in this scenario!

General notes

  1. The experience differes from browser to browser. Make sure to try Chrome, Edge, etc
  2. Try dragging and dropping directly from sites, like the docs site
  3. Sometimes, asking "tell me about this image" is not enough if the image is not coding related.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants