You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a custom pipeline that includes an agent built using the PhiData framework.
Recently, I started adding an action in OpenWebUI to automate a repetitive and time-consuming task. However, the logic for performing this task is already handled by the tools in my pipeline agent.
The challenge I’m facing is that I’m unable to customize the OpenWebUI Action to invoke my pipeline.
Here’s what I want to achieve:
Add a custom button through the action.
Use the action that can forward relevant requests to my pipeline in order to use my agent tools
About point 2
I lack some information from OpenWebUI in the Action implementation (e.g., the model name , sessionId)
Am I overlooking something in this approach?
Is there a better way to implement this?
Any suggestions or guidance would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am working on a custom pipeline that includes an agent built using the PhiData framework.
Recently, I started adding an action in OpenWebUI to automate a repetitive and time-consuming task. However, the logic for performing this task is already handled by the tools in my pipeline agent.
The challenge I’m facing is that I’m unable to customize the OpenWebUI Action to invoke my pipeline.
Here’s what I want to achieve:
About point 2
I lack some information from OpenWebUI in the Action implementation (e.g., the model name , sessionId)
Am I overlooking something in this approach?
Is there a better way to implement this?
Any suggestions or guidance would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions