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

@ -2,7 +2,7 @@ import { FlowType } from '@/types/common'
export const flowPrefixMap = {
[FlowType.appFlow]: 'apps',
[FlowType.ragFlow]: 'rag/pipelines',
[FlowType.ragPipeline]: 'rag/pipelines',
}
export const getFlowPrefix = (type?: FlowType) => {