update parallel log

This commit is contained in:
Yi
2024-09-03 10:34:50 +08:00
parent 7035f64ce3
commit 83343eefe6
6 changed files with 109 additions and 43 deletions

View File

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