fix type of workflow process

This commit is contained in:
JzoNg
2024-03-21 09:24:09 +08:00
parent 40775e27ce
commit 8dc8650ecb
4 changed files with 8 additions and 9 deletions

View File

@ -53,6 +53,7 @@ export type ChatConfig = Omit<ModelConfig, 'model'> & {
export type WorkflowProcess = {
status: WorkflowRunningStatus
tracing: NodeTracing[]
expand?: boolean // for UI
}
export type ChatItem = IChatItem & {