Releases: samchon/openapi
Releases · samchon/openapi
v3.2.1
v3.2.0
What's Changed
- feat(test): add strict mode option for function calling by @ryoppippi in #158
- fix prompt in ShoppingSalePrompt.ts and achieved 100% success rate by @ryoppippi in #159
- pnpm monorepo by @ryoppippi in #151
- fix(rollup): emit d.mts by @ryoppippi in #161
- fix: remove preinstall & update lockfile by @ryoppippi in #162
- Enhance
IChatGptSchena.IReferencerelated. by @samchon in #165
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- Add validation feedback strategy document by @samchon in #152
- Experiment of
ISboppingSale.ICreatevalidation feedback count by @samchon in #153 - fix: count bug for validation for chatGPT function calling benchmark by @ryoppippi in #154
- Add new
ILlmFunction.ISeparated.validate()function. by @samchon in #155 - Make
HttpLlm.application()function convenient. by @samchon in #156
Full Changelog: v3.0.0...v3.1.0
v3.0.0
Added IHttpLlmFunction.validate() function with JSON schema based runtime validator.
It is because developing agentica, I've seen too much backend servers are not performing proper validation about invalid typed data. To perform the exact validation feedback strategy for the LLM function calling, I've decided to develop such feature.
- Validation Feedback Strategy: https://github.com/wrtnlabs/agentica/tree/main/packages/core#validation-feedback
What's Changed
- Add
IJsonSchemaAttribute. by @samchon in #135 - Enhance IJsonSchemaAttribute type with nested items. by @samchon in #136
- Change rule of the
IHttpMigrateRoute.emendedPathby @samchon in #137 - Test whether
IHttpLlmApplicationcovers ILlmApplication by @samchon in #138 - missing esm module build by @ryoppippi in #134
- New embedded function
IHttpLlmFunction.validate()for validation feedback by @samchon in #147 - Publish v3.0 by @samchon in #149
- Introduce
agenticaby @samchon in #150
Full Changelog: v2.5.3...v3.0.0
v2.5.3
v2.5.2
v2.5.1
What's Changed
- Experiment #140: DeepSeek Function Calling Test by @samchon in #141
- New function
LlmSchemaComposer.invert()by @samchon in #142 - Test program prints "Pass" for none API key cases by @samchon in #143
- Restore
@defaultconstraint shifting by @samchon in #144
Full Changelog: v2.4.3...v2.5.1
v2.4.3
v2.4.2
What's Changed
- Add demonstration video of A.I. chatbot by @samchon in #129
- shrinked -> shrunk by @ryoppippi in #130
- Add spell-checker of @ryoppippi suggested by @samchon in #131
Full Changelog: v2.4.1...v2.4.2