Skip to content

pipelines

Classes

AddPipelineForm

Bases: BaseModel

Form for adding a new pipeline via URL.

Attributes

url
url: str

The URL of the pipeline file to download (e.g., a GitHub Raw URL).

urlIdx
urlIdx: int

The index of the OpenAI API base URL configuration to use for this pipeline.

DeletePipelineForm

Bases: BaseModel

Form for deleting an existing pipeline.

Attributes

id
id: str

The unique identifier of the pipeline to delete.

urlIdx
urlIdx: int

The index of the OpenAI API base URL configuration where the pipeline resides.