pipelines icon indicating copy to clipboard operation
pipelines copied to clipboard

Deleted chat_id from body

Open phpia opened this issue 10 months ago • 5 comments
trafficstars

prevent error 400: Unrecognized request argument supplied: chat_id it appears randomly when langfuse pipeline is active

Captura desde 2024-12-27 18-57-00

phpia avatar Dec 27 '24 17:12 phpia

@tjbck is there an openwebui native id that we can use here? I'd appreciate your guidance on this

marcklingen avatar Jan 06 '25 10:01 marcklingen

For context, this is an attempt to fix this issue: https://github.com/langfuse/langfuse/issues/4895

marcklingen avatar Jan 06 '25 10:01 marcklingen

@marcklingen chat_id should be passed in by default for both inlet, outlet hooks!

tjbck avatar Jan 06 '25 10:01 tjbck

Thanks @tjbck, I'll attempt a fix here via a new pr

marcklingen avatar Jan 06 '25 10:01 marcklingen

Update, I created this PR which should fix the issue: https://github.com/open-webui/pipelines/pull/388

marcklingen avatar Jan 06 '25 10:01 marcklingen