Releases: samchon/openapi
Releases · samchon/openapi
v5.1.0
v5.0.1
v5.0.0
v4.8.0
v4.7.2
v4.7.1
What's Changed
- Complete documentation review and fix missing TypeChecker documentation by @Copilot in #200
ILlmApplication.IOptions.validatefor validation hook. by @samchon in #203- Fix
ILlmApplication.IValidationHooktype by @samchon in #204
New Contributors
- @Copilot made their first contribution in #200
Full Changelog: v4.6.0...v4.7.1
v4.6.0
What's Changed
- Add 'equals' property to various interfaces and functions for validation by @samchon in #195
- Fix
HttpLlm.application()'s reference separation problem. by @samchon in #196 - Add 'equals' property to LLM schema composers and update validation tests by @samchon in #197
IValidation.IError.descriptionfilling aboutundefinedcases. by @samchon in #198
Full Changelog: v4.5.0...v4.6.0
v4.5.0
v4.4.1
What's Changed
- Documentation on
IValidationtype + prettier on JSDoc. by @samchon in #188 - New AI function calling schema property:
IChatGptSchema.IAnyOf["x-discriminator"]by @samchon in #189 - Fix discrimiantor mapping property of AI schemas by @samchon in #190
- Add new property
IValidation.IError.descriptionby @samchon in #191 - Make reference option of AI schema to be default
true. by @samchon in #192 - Exact description of
IValidation.IError.valueby @samchon in #193
Full Changelog: v4.3.3...v4.4.1