Open hans00 opened 4 hours ago
Do you have a simple flow for me to test? are the variables used in custom tool or other places? chatflow or agentflow
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.
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.