openai / openai/openai-openapi
The role property of `Message` model includes values that do not exist
Open
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 2.5k
- Forks
- 527
- Avg merge
- 1h 46m
- Merged PRs (30d)
- 2
Description
In the Message model of the Conversations API, the following values of the "role" property do not exist: "tool", "critic", "discriminator", and "unknown".
Or conversely, the only valid role values are: "user", "assistant", "system", and "developer".
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Message model in the Conversations API portion of the OpenAPI specification and inspect the role property's declared values. Confirm the valid roles against the issue, then update the specification so it contains only the intended values and verify the resulting schema.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- openapi
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100