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