Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleted chat_id from body #377

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Deleted chat_id from body #377

wants to merge 1 commit into from

Conversation

phpia
Copy link

@phpia phpia commented Dec 27, 2024

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

prevent error 400: Unrecognized request argument supplied: chat_id
Copy link
Contributor

@marcklingen marcklingen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The integration will not work if you delete chat_id from body.

We need to find another way here to be able to identify which inlet matches to the subsequent outlet

@marcklingen
Copy link
Contributor

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

@marcklingen
Copy link
Contributor

For context, this is an attempt to fix this issue: langfuse/langfuse#4895

@tjbck
Copy link
Collaborator

tjbck commented Jan 6, 2025

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

@marcklingen
Copy link
Contributor

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

@marcklingen
Copy link
Contributor

marcklingen commented Jan 6, 2025

Update, I created this PR which should fix the issue: #388

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants