You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenAI plugin currently leads to issues when using Azure OpenAI with content filtering active. The issue seems to be related to langgenius/dify#5790
The following exception is triggered reproducibly:
AttributeError: 'NoneType' object has no attribute 'tool_calls'
I tested working around by adopting the Dify patch (effectively return None conditionally) and it seems to resolve the limitation:
The OpenAI plugin currently leads to issues when using Azure OpenAI with content filtering active. The issue seems to be related to langgenius/dify#5790
The following exception is triggered reproducibly:
I tested working around by adopting the Dify patch (effectively return
None
conditionally) and it seems to resolve the limitation:The text was updated successfully, but these errors were encountered: