mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-10 15:56:03 +00:00
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.
LangBot/libs
LangBot 项目下的 libs 目录下的所有代码均遵循本目录下的许可证约束。
您在使用、修改、分发本目录下的代码时,需要遵守其中包含的条款。