Files
LangBot/src/langbot/libs/dify_service_api
RockChinQ 53d4edb609 fix(dify): send 'user' as plain form field in file upload
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.
2026-06-09 10:43:55 -04:00
..

Dify Service API Python SDK

这个 SDK 尚不完全支持 Dify Service API 的所有功能。