FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
31.81k stars 16.58k forks source link

[BUG] API chatmessages filter by chatId does not work #3447

Open takefy-dev opened 3 weeks ago

takefy-dev commented 3 weeks ago

Describe the bug I want to filter by chatId on the chatmessages endpoint like it is mentionned in the api doc but it does not work it always return empty array with the query param ?chatId To Reproduce Steps to reproduce the behavior: Filter by chat id on the chatmessages endpoint

Expected behavior To return all chatmessages from the chat id Screenshots image

GET /api/v1/chatmessage/51be1c61-0c8b-4f14-8c8e-191a639bad57?chatId=528345+954539a4-c5ed-4fc8-8be2-aa59f74af4fa image

HenryHengZJ commented 2 weeks ago

Works fine: image

Could be the strange chatId format with the plus sign