Releases: samchon/openapi
Releases · samchon/openapi
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
v2.4.1
v2.4.0
v2.3.4
v2.3.3
v2.3.2
v2.3.1
v2.3.0
New plugin properties OpenApi.IOperation["x-samchon-accessor"]
and OpenApi.IOperation["x-samchon-controller"]
for OpenAPI generator and LLM application composer, indicating operation's function name and belonged controller.
Also prohibited non-variable function name assignment.
This is a special update for commercial project performing LLM function calling to the Rest API.
What's Changed
- Test empty parameters' function calling cases by @samchon in #114
- New plugin property
OpenApi.IOperation["x-samchon-accessor"]
. by @samchon in #115
Full Changelog: v2.2.1...v2.3.0