openai / openai/openai-openapi
Incorrect required 'logprobs' in CreateChatCompletionResponse
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 2.5k
- Forks
- 527
- Avg merge
- 1h 46m
- Merged PRs (30d)
- 2
Description
The 'logprobs' property isn't present gpt-4.5-preview responses, but is marked as required in CreateChatCompletionResponse.
This is causing issues when using this model where schema validation is performed on the response, for example in https://github.com/Effect-TS/effect/issues/4617
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 CreateChatCompletionResponse in the OpenAPI specification and compare its required properties with the reported gpt-4.5-preview response behavior. Done means the logprobs property is no longer required when it is absent, with the schema validation scenario described in the issue passing.
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
- 58/100