diff --git a/openapi.json b/openapi.json index 7b256a9..35ded1b 100644 --- a/openapi.json +++ b/openapi.json @@ -1449,7 +1449,6 @@ "required": [ "run_id", "thread_id", - "assistant_id", "created_at", "updated_at", "status", @@ -1653,9 +1652,7 @@ } }, "type": "object", - "required": [ - "assistant_id" - ], + "required": [], "title": "RunCreateStateful", "description": "Payload for creating a run." },