[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

[BUG] Chat widget variables not working in custom tool ( Flowise 2.2.0 ) #3604

Open
thenextsolutions opened this issue Nov 28, 2024 · 2 comments

Comments

@thenextsolutions
Copy link

Describe the bug
Chat widget variables not working in custom tool.

chatflowConfig: {
vars: {
user_id: "user_id",
},
},

Flowise 2.2.0

@SirLucian
Copy link

All variables are down.
I cannot access variables using the $vars.{variableName} that i pass it using the api. I'm rolling back my version now.

@SirLucian
Copy link

UPDATE: I found a fix

This is a feature not a bug to do with override variables.

You now have to configure them in your global variables, you can't just declare them on the fly. so I add a couple empty objects for things I want to declare in api calls and then in my chatflow config I can toggle them to allow for overwriting

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

No branches or pull requests

2 participants