pipelines
pipelines copied to clipboard
Deleted chat_id from body
prevent error 400: Unrecognized request argument supplied: chat_id it appears randomly when langfuse pipeline is active
@tjbck is there an openwebui native id that we can use here? I'd appreciate your guidance on this
For context, this is an attempt to fix this issue: https://github.com/langfuse/langfuse/issues/4895
@marcklingen chat_id should be passed in by default for both inlet, outlet hooks!
Thanks @tjbck, I'll attempt a fix here via a new pr
Update, I created this PR which should fix the issue: https://github.com/open-webui/pipelines/pull/388