mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
update parallel log
This commit is contained in:
@ -145,6 +145,8 @@ export type NodeFinishedResponse = {
|
||||
total_price: number
|
||||
currency: string
|
||||
parallel_id?: string
|
||||
parallel_start_node_id?: string
|
||||
iteration_index?: number
|
||||
}
|
||||
created_at: number
|
||||
}
|
||||
@ -159,6 +161,8 @@ export type IterationStartedResponse = {
|
||||
node_id: string
|
||||
metadata: {
|
||||
iterator_length: number
|
||||
iteration_id: string
|
||||
iteration_index: number
|
||||
}
|
||||
created_at: number
|
||||
extras?: any
|
||||
|
||||
Reference in New Issue
Block a user