We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Cannot override variables, whatever security enabled or not.
To Reproduce Steps to reproduce the behavior:
Expected behavior
Override success
Screenshots If applicable, add screenshots to help explain your problem.
Flow If applicable, add exported flow in order to help replicating the problem.
Setup
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Do you have a simple flow for me to test? are the variables used in custom tool or other places? chatflow or agentflow
Sorry, something went wrong.
ExportData.json
docker run -it --rm --name flowise -p 3000:3000 flowiseai/flowise # Import data # Go config, enable override value curl http://localhost:3000/api/v1/prediction/479d9db3-9606-40e6-b78c-bd4405a87931 \ -X POST \ -d '{"question": "Hey, how are you?", "overrideConfig": {"vars":{"test":"overrided"}}}' \ -H "Content-Type: application/json"
In console log, it shows the vars still original value.
Fixed now in main branch, will update to new Docker version soon!
Successfully merging a pull request may close this issue.
Describe the bug
Cannot override variables, whatever security enabled or not.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Override success
Screenshots
If applicable, add screenshots to help explain your problem.
Flow
If applicable, add exported flow in order to help replicating the problem.
Setup
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: