mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 10:05:26 -04:00
feat: Improved documentation for Actions #83
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PlebeiusGaragicus on GitHub (May 18, 2025).
Originally assigned to: @Classic298 on GitHub.
Check Existing Issues
Problem Description
Given the example Action button code:
I'd like to know what other options are available other than "type": "input" - I'm unable to find a comprehensive list of options in the docs. Perhaps this is so new they haven't been written yet?
Desired Solution you'd like
Improved documentation.
Alternatives Considered
Creating a comprehensive list of example actions so that I can just review the code.
Additional Context
No response
@Classic298 commented on GitHub (Aug 9, 2025):
Additional fields are now documented, please let me know if this is sufficient. Otherwise I can reopen the issue
https://docs.openwebui.com/features/plugin/functions/action
@PlebeiusGaragicus commented on GitHub (Aug 24, 2025):
If you could enumerate every possible option - that'd be great.
Really, I see it's a powerful feature but am unable to see exactly what it can do without reverse-engineering the codebase myself. This is what docs should be for.