Skip to content

Commit

Permalink
Merge pull request #212 from openai/dev/ryanliu/run_id_param
Browse files Browse the repository at this point in the history
Spec update for adding run_id param to list messages endpoint
  • Loading branch information
asdfryan committed Apr 1, 2024
2 parents 9d36a33 + 7012ec2 commit c9ff16e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3310,6 +3310,12 @@ paths:
description: *pagination_before_param_description
schema:
type: string
- name: run_id
in: query
description: |
Filter messages by the run ID that generated them.
schema:
type: string
responses:
"200":
description: OK
Expand Down

0 comments on commit c9ff16e

Please sign in to comment.