mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
fix: chat log
This commit is contained in:
@ -23,6 +23,7 @@ export type NodeTracing = {
|
||||
index: number
|
||||
predecessor_node_id: string
|
||||
node_id: string
|
||||
iteration_id?: string
|
||||
node_type: BlockEnum
|
||||
title: string
|
||||
inputs: any
|
||||
|
||||
Reference in New Issue
Block a user