mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-09 04:40:57 +00:00
53d4edb609
The multipart tuple form (None, user) is httpx 'files=' syntax for a part with no filename; placed under 'data=' it expanded into a stray user=None field, so Dify associated the uploaded file with the wrong user and the workflow never received the image. Send 'user' as a plain string.
Dify Service API Python SDK
这个 SDK 尚不完全支持 Dify Service API 的所有功能。