fix: WorkflowRunDetailApi created_at、finished_at types changed to timestamps (#16821)
This commit is contained in:
@@ -373,8 +373,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
|
||||
"error": null,
|
||||
"total_steps": 3,
|
||||
"total_tokens": 0,
|
||||
"created_at": "Thu, 18 Jul 2024 03:17:40 -0000",
|
||||
"finished_at": "Thu, 18 Jul 2024 03:18:10 -0000",
|
||||
"created_at": 1705407629,
|
||||
"finished_at": 1727807631,
|
||||
"elapsed_time": 30.098514399956912
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user