chore(api): Update generated file header text - #846
Open
apcha-oai wants to merge 1 commit into
Open
Conversation
Castiron-Internal-PR: openai/openai-java-internal#16 Castiron-Source-SHA: f16338a6e646f749d69c110cec1e5851c71d1510 Castiron-Public-Base-SHA: d01bea2
apcha-oai
marked this pull request as ready for review
August 7, 2026 03:16
apcha-oai
enabled auto-merge (squash)
August 7, 2026 03:55
jbeckwith-oai
requested changes
Aug 7, 2026
jbeckwith-oai
left a comment
Contributor
There was a problem hiding this comment.
The Castiron header replacement is clean across the generated Java/Kotlin files, but this regeneration contains an unrelated API-contract change in api_reference/openapi.transformed.yml: it removes minLength: 1 from both NamespaceToolParam.description and BetaNamespaceToolParam.description. The resulting fixture churn from "x" to "description" in four namespace-tool tests confirms that the generation semantics changed, rather than this being only header text. Please regenerate against the same input/transform behavior or restore those constraints so this PR is limited to the intended attribution update (plus generation metadata).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
chore(api): Update generated file header text