-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
fix: Send request origin in AgentQL request Headers #6734
fix: Send request origin in AgentQL request Headers #6734
Conversation
LGTM! Thanks @wjwjtf |
@Cristhianzl |
Head branch was pushed to by a user without write access
CodSpeed Performance ReportMerging #6734 will degrade performances by 36.3%Comparing Summary
Benchmarks breakdown
|
66e643f
to
22cf592
Compare
This Should be Good to go! Let me test it and shall let you know! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This pull request includes a small change to the
src/backend/base/langflow/components/agentql/agentql_api.py
file. The change adds a new header to thebuild_output
method to specify the request origin.src/backend/base/langflow/components/agentql/agentql_api.py
: Added the"X-TF-Request-Origin": "langflow"
header to theheaders
dictionary in thebuild_output
method.