feat: pipeline run

This commit is contained in:
Joel
2025-07-14 16:04:43 +08:00
parent 82f4b35d52
commit e095de05c5
7 changed files with 91 additions and 6 deletions

View File

@ -1,4 +1,4 @@
export enum FlowType {
appFlow = 'appFlow',
ragFlow = 'ragFlow',
ragPipeline = 'ragPipeline',
}