mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
workflow log list
This commit is contained in:
@ -44,7 +44,7 @@ export type VariableInput = {
|
||||
/**
|
||||
* App modes
|
||||
*/
|
||||
export const AppModes = ['agent', 'chat', 'workflow'] as const
|
||||
export const AppModes = ['advanced-chat', 'agent-chat', 'chat', 'completion', 'workflow'] as const
|
||||
export type AppMode = typeof AppModes[number]
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user