Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to write a very simple Action that would make a query to some endpoint and add what was returned to the assistant's message.
So I went to the Action Function section in the docs and grabbed the example action, added it to the model, the button appeared under assistant's message as it should, clicking on it displays a dialogue, but then nothing happens. I see my input in Open WebUI logs, but that's it, yet I see from the code that is suppose to post some events and a message with my input.
Am I doing something wrong? Maybe it's outdated? Are there proper docs I could look at? Or maybe someone could post an example that works? Any help would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions