Files
LangBot/src/langbot/libs
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
..
2026-06-07 02:38:05 +08:00
2025-12-01 22:09:20 +08:00
2026-03-23 14:02:10 +08:00
2026-06-07 02:17:40 +08:00

LangBot/libs

LangBot 项目下的 libs 目录下的所有代码均遵循本目录下的许可证约束。
您在使用、修改、分发本目录下的代码时,需要遵守其中包含的条款。