mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: pipeline run
This commit is contained in:
@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user