The "Resolution" configurations for the basic chatbot and text generator are ignored and default to "Low." #11253

Closed
opened 2026-02-21 18:57:27 -05:00 by yindo · 0 comments
Owner

Originally created by @kurokobo on GitHub (Mar 16, 2025).

Originally assigned to: @kurokobo, @crazywoola on GitHub.

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.0.1

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

  1. Create new basic chatbot app or text generator
  2. Select the model which supports the vision
  3. Enable vision and configure "Resolution" to "High"
  4. Save the app
  5. Run and send image file to the app
  6. Capture the HTTP request to the plugin daemon

✔️ Expected Behavior

The image is sent with "detail": "high"

Actual Behavior

The image is sent with "detail": "low"

Image

Image

Image

💡 Additional information

This issue affects only basic chatbot and text generator.

The agent, chatflow, and workflow don't have this issue.

Related to: https://github.com/langgenius/dify/issues/15637

Originally created by @kurokobo on GitHub (Mar 16, 2025). Originally assigned to: @kurokobo, @crazywoola on GitHub. ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.0.1 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce 1. Create new basic chatbot app or text generator 2. Select the model which supports the vision 3. Enable vision and configure "Resolution" to "High" 4. Save the app 5. Run and send image file to the app 6. Capture the HTTP request to the plugin daemon ### ✔️ Expected Behavior The image is sent with `"detail": "high"` ### ❌ Actual Behavior The image is sent with `"detail": "low"` ![Image](https://github.com/user-attachments/assets/0afcc09b-5e89-41e7-929d-ef5d7bef434c) ![Image](https://github.com/user-attachments/assets/240f5f02-e1ba-47f8-ae87-4e21188eded0) ![Image](https://github.com/user-attachments/assets/99a2fbd1-44f2-473d-9cd3-f6c98233c5c3) ### 💡 Additional information This issue affects only **basic chatbot** and **text generator**. The **agent**, **chatflow**, and **workflow** don't have this issue. Related to: https://github.com/langgenius/dify/issues/15637
yindo added the 🐞 bug label 2026-02-21 18:57:27 -05:00
yindo closed this issue 2026-02-21 18:57:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#11253