/ open-webui.git
/ app
/ env
/ lib64
/ python3.11
/ site-packages
/ unstructured_client
/ models
/ shared
/ workflowstate.py
Run
Starting...
Stop
View File
Save
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" from __future__ import annotations from enum import Enum class WorkflowState(str, Enum): ACTIVE = "active" INACTIVE = "inactive"
Memory