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

The function create_blob_message does not adequately support file types other than images. #4427

Open
4 tasks done
FirstClear opened this issue May 15, 2024 · 0 comments
Open
4 tasks done
Labels
🐞 bug Something isn't working

Comments

@FirstClear
Copy link

Self Checks

  • 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).
  • Please do not modify this template :) and fill in all the required fields.

1. Is this request related to a challenge you're experiencing?

I have developed a plugin to export the output of the LLM into a DOCX file. Although the plugin works correctly, the result of its execution is as follows:
image
only return the path of file.
then I debug the code,find create_blob_message will change the message type:
image

2. Describe the feature you'd like to see

When I develop a plugin related to file generation, it should provide me with the correct URL for downloading the file.

3. How will this feature improve your workflow or experience?

It should offer more file support to developers, enhancing the user experience.

4. Additional context or comments

No response

5. Can you help us with this feature?

  • I am interested in contributing to this feature.
@dosubot dosubot bot added the 🐞 bug Something isn't working label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant