Skip to content

Commit

Permalink
fix: make assistant_id optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd committed Jan 23, 2025
1 parent b73bc70 commit 206fb37
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,6 @@
"required": [
"run_id",
"thread_id",
"assistant_id",
"created_at",
"updated_at",
"status",
Expand Down Expand Up @@ -1653,9 +1652,7 @@
}
},
"type": "object",
"required": [
"assistant_id"
],
"required": [],
"title": "RunCreateStateful",
"description": "Payload for creating a run."
},
Expand Down

0 comments on commit 206fb37

Please sign in to comment.