Skip to content

Commit

Permalink
Merge pull request #9 from langchain-ai/dqbd/stateful-run-optional-as…
Browse files Browse the repository at this point in the history
…sistant-id

fix: make assistant_id optional
  • Loading branch information
nfcampos authored Jan 23, 2025
2 parents b73bc70 + 206fb37 commit 5abc13d
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 5abc13d

Please sign in to comment.