Releases: samchon/openapi
Releases · samchon/openapi
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.emendedPath
by @samchon in #137 - Test whether
IHttpLlmApplication
covers 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
agentica
by @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
@default
constraint 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