chore(api): Update generated file header text - #846
Conversation
Castiron-Internal-PR: openai/openai-java-internal#16 Castiron-Source-SHA: f16338a6e646f749d69c110cec1e5851c71d1510 Castiron-Public-Base-SHA: d01bea2
jbeckwith-oai
left a comment
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).
jbeckwith-oai
left a comment
There was a problem hiding this comment.
Re-reviewed as a Castiron promotion. The public commit tree exactly matches source commit f16338a6e646f749d69c110cec1e5851c71d1510, and its parent is the recorded public baseline. The header migration is mechanical; the transformed OpenAPI and fixture deltas are generation inputs/outputs rather than hand-edited implementation. API compatibility, build, lint, tests, Java 8/25 runtime compatibility, and version-matrix checks are green. No actionable findings.
Summary