Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

v3.0.0

Choose a tag to compare

@samchon samchon released this 01 Mar 20:44
· 79 commits to master since this release
6fedcff

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.

What's Changed

Full Changelog: v2.5.3...v3.0.0