We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. Trying to retrieve messages specific to a run - supported run_id param is not present https://platform.openai.com/docs/api-reference/messages/getMessage
Describe the solution you'd like extend pagination request as done for additional params exposed in VectorStoreFileListRequest
Describe alternatives you've considered none- run_id does not belong on base
The text was updated successfully, but these errors were encountered:
betalgo#682
c5f6c72
Revert "betalgo#682"
b5c15aa
This reverts commit c5f6c72.
addresses betalgo#682, extends PaginationRequest as MessageListReques…
026072f
…t adding run_id param
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Trying to retrieve messages specific to a run - supported run_id param is not present
https://platform.openai.com/docs/api-reference/messages/getMessage
Describe the solution you'd like
extend pagination request as done for additional params exposed in VectorStoreFileListRequest
Describe alternatives you've considered
none- run_id does not belong on base
The text was updated successfully, but these errors were encountered: