fix: chat log

This commit is contained in:
zxhlyh
2025-01-08 15:41:59 +08:00
parent 05d273d643
commit 4b01ef2b48
9 changed files with 46 additions and 86 deletions

View File

@ -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