mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 07:14:14 +00:00
chore: not use step_boundary field (#7231)
This commit is contained in:
@@ -24,7 +24,8 @@ export type NodeTracing = {
|
||||
total_tokens: number
|
||||
total_price: number
|
||||
currency: string
|
||||
steps_boundary: number[]
|
||||
iteration_id?: string
|
||||
iteration_index?: number
|
||||
}
|
||||
metadata: {
|
||||
iterator_length: number
|
||||
|
||||
Reference in New Issue
Block a user