Is there a way to insert variables into the UI? #654
Unanswered
TheTechTitanz
asked this question in
Q&A
Replies: 4 comments 2 replies
-
|
This is currently not possible, but we can add this feature 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Please add it! I beg you. I was trying to figure this out all morning and
now I'm lying face down on the floor
…On Sun, 30 July 2023, 9:25 pm Henry Heng, ***@***.***> wrote:
This is currently not possible, but we can add this feature 👍
—
Reply to this email directly, view it on GitHub
<#654 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A7JMGYNCZX7NS5KMSBHA7HLXSZACDANCNFSM6AAAAAA247P7VA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Let me try this!
So pass the url variable through api, which overrides the existing url in
the UI (so I can just put whatever here if it looks legitimate), and will
use the external variable??? Sounds like a good solution to me.
…On Mon, 31 July 2023, 2:07 am Henry Heng, ***@***.***> wrote:
Actually you can pass the variable of the url to Flowise API like this:
{
"question": "How to install Flowise?",
"overrideConfig": {
"url": "https://docs.flowiseai.com/getting-started"
}
}
This will override the existing url you set on the chatflow, and use the
one provided in overrideConfig instead
—
Reply to this email directly, view it on GitHub
<#654 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A7JMGYM5AE3CPPHJROKZLG3XS2BDLANCNFSM6AAAAAA247P7VA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Is this also a valid workaround for #1664 ? In this case I would need to create the context variable via the "Variables" UI View and then just override it to i.e. use it as a promptValue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've tried everything!
I just want to push a variable from botpress to Flowise for a specific URL, and Flowise to look at that URL to feedback some information about the website.
However I've tried heaps of stuff to get this variable to work. I've called the variable myURL, and I've tried doing {{myURL}} @myurl {myURL}, but each time i get that the URL is not valid.
I'm using railway to host, and i've even tried setting variables on railway too, with no avail. Help!!
Beta Was this translation helpful? Give feedback.
All reactions