mirror of
https://github.com/langgenius/dify.git
synced 2026-06-07 16:32:01 +08:00
Co-authored-by: JzoNg <jzongcode@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
export enum FlowType {
|
|
appFlow = 'appFlow',
|
|
ragPipeline = 'ragPipeline',
|
|
snippet = 'snippet',
|
|
}
|