Skip to content

shortcuts

Classes

Shortcuts

Shortcuts(client: OpenWebUI)

A collection of convenience methods (shortcuts) that combine multiple API calls into single, easy-to-use workflows.

Access these via client.shortcuts.

Source code in src/owui_client/shortcuts.py
def __init__(self, client: "OpenWebUI"):
    self.client = client