chore: not use step_boundary field (#7231)

This commit is contained in:
Joel
2024-08-13 17:22:33 +08:00
committed by GitHub
parent 0f59d76997
commit 9381c08c43
3 changed files with 15 additions and 39 deletions

View File

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