mirror of
https://github.com/langgenius/dify.git
synced 2026-05-11 09:03:04 -04:00
Agent-Logs-Url: https://github.com/langgenius/dify/sessions/489dd945-dfff-462a-9c76-d29fdaa55de2 Co-authored-by: FFXN <31929997+FFXN@users.noreply.github.com>
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
export enum FlowType {
|
|
appFlow = 'appFlow',
|
|
ragPipeline = 'ragPipeline',
|
|
snippet = 'snippet',
|
|
}
|