This commit is contained in:
Ccheers
2023-11-15 20:23:41 +04:00
committed by GitHub
parent 464b85b6d7
commit 3220f19ee2
+4
View File
@@ -157,6 +157,10 @@ type StepDetailsToolCalls struct {
type RunStepList struct { type RunStepList struct {
RunSteps []RunStep `json:"data"` RunSteps []RunStep `json:"data"`
FirstID string `json:"first_id"`
LastID string `json:"last_id"`
HasMore bool `json:"has_more"`
httpHeader httpHeader
} }