mirror of
https://github.com/langgenius/dify.git
synced 2026-06-26 14:51:13 +08:00
fix: add reasoningContent and reasoningFinished to PreviewRunningData type
This commit is contained in:
parent
b0253bcf83
commit
949364a8a4
@ -11,6 +11,8 @@ type PreviewRunningData = WorkflowRunningData & {
|
||||
resultTabActive?: boolean
|
||||
resultText?: string
|
||||
resultTextSelectorKey?: string
|
||||
reasoningContent?: Record<string, string>
|
||||
reasoningFinished?: boolean
|
||||
// human input form schema or data cached when node is in 'Paused' status
|
||||
extraContentAndFormData?: Record<string, unknown>
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user