github samchon/typia v8.0.0

2 days ago

Break change from @samchon/openapi.

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 embed JSON schema based runtime validator in the @samchon/openapi.

In the same reason, ILlmFunction from @samchon/openapi directly owns the validate() method, so typia has deprecated typia.llm.applicationOfValidate<App, Model>() function. And then let the typia.llm.application<App, Model>() function to has the arguments validator by itself. In other words, typia.llm.applicationOfValidate<App, Model>() has been absorbed to the typia.llm.application<App, Model>() function.

What's Changed

Full Changelog: v7.6.4...v8.0.0

Don't miss a new typia release

NewReleases is sending notifications on new releases.