feat: llm text stream support for workflow app (#3798)
Co-authored-by: JzoNg <jzongcode@gmail.com>
This commit is contained in:
@@ -54,6 +54,7 @@ export type WorkflowProcess = {
|
||||
status: WorkflowRunningStatus
|
||||
tracing: NodeTracing[]
|
||||
expand?: boolean // for UI
|
||||
resultText?: string
|
||||
}
|
||||
|
||||
export type ChatItem = IChatItem & {
|
||||
|
||||
Reference in New Issue
Block a user