workflow log list

This commit is contained in:
JzoNg
2024-03-01 18:22:09 +08:00
parent b113711a86
commit 2691164fc4
16 changed files with 455 additions and 15 deletions

View File

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