app list modification

This commit is contained in:
JzoNg
2024-02-23 00:05:55 +08:00
parent 171dd5c737
commit 117b84116e
21 changed files with 430 additions and 95 deletions

View File

@ -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 */