openai / openai/openai-openapi

The content property of `Message` model includes variants that do not exist

Open
#495 0 comments 0 reactions 0 assignees View on GitHub

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 variants of the "content" property do not exist: "TextContent", "SummaryTextContent", "ReasoningTextContent", "ComputerScreenshotContent".

Or conversely, the only valid variants are: "InputTextContent", "InputImageContent", "InputFileContent", "OutputTextContent", and "RefusalContent".

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the Message model in the Conversations API OpenAPI specification and inspect its content property schema. Compare the listed variants with the valid variants identified in the issue. Done means the schema contains only variants that exist for Message content.

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
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.