Qwen2.5-32B raise an error when using function call in OpenAI compatible mode (streaming) #33

Closed
opened 2026-02-15 21:15:23 -05:00 by yindo · 1 comment
Owner

Originally created by @chiehw on GitHub (Apr 24, 2025).

Reproduction

  1. Configure the model to Qwen2.5-32B
  2. Use function-call in Agent and let the large model call the tool
    Image

Expect

No error message, call the tool normally

Why

I guess it's because there are some extra chunks in the chunks returned by Qwen2.5-32B.

Image

Originally created by @chiehw on GitHub (Apr 24, 2025). # Reproduction 1. Configure the model to Qwen2.5-32B 2. Use function-call in Agent and let the large model call the tool <img width="480" alt="Image" src="https://github.com/user-attachments/assets/7677f797-41b4-4d34-bd43-de20e835d4c2" /> # Expect No error message, call the tool normally # Why I guess it's because there are some extra chunks in the chunks returned by Qwen2.5-32B. ![Image](https://github.com/user-attachments/assets/323adc52-ef1a-4620-9efc-1bdb8ce6285a)
yindo closed this issue 2026-02-15 21:15:23 -05:00
Author
Owner

@chiehw commented on GitHub (Apr 24, 2025):

close, There is a similar issue https://github.com/langgenius/dify-official-plugins/issues/488

@chiehw commented on GitHub (Apr 24, 2025): close, There is a similar issue https://github.com/langgenius/dify-official-plugins/issues/488
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-sdks#33