We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
description
samchon/typia#1463
Above bug has come from the @samchon/openapi's below modules.
@samchon/openapi
Below modules drop the description property when OpenApi.IJsonSchema.IConstant type comes with OpenApi.IJsonSchema.IOneOf.
OpenApi.IJsonSchema.IConstant
OpenApi.IJsonSchema.IOneOf
ChatGptSchemaComposer
GeminiSchemaComposer
The text was updated successfully, but these errors were encountered:
9106183
Merge pull request #128 from samchon/feat/enum
fecf39a
Fix #127: ChatGPT and Gemini schema had dropped enum typed description.
samchon
No branches or pull requests
samchon/typia#1463
Above bug has come from the
@samchon/openapi
's below modules.Below modules drop the
description
property whenOpenApi.IJsonSchema.IConstant
type comes withOpenApi.IJsonSchema.IOneOf
.ChatGptSchemaComposer
GeminiSchemaComposer
The text was updated successfully, but these errors were encountered: