Skip to content

Releases: samchon/typia

v8.0.0

01 Mar 20:50
Compare
Choose a tag to compare

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

v7.6.4

11 Feb 17:05
e0a7ffa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.6.3...v7.6.4

v7.6.3

04 Feb 13:34
c5a0ed6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.6.1...v7.6.3

v7.6.1

03 Feb 18:23
34f8d7a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.6.0...v7.6.1

v7.6.0

13 Jan 16:58
58ffcf8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.5.1...v7.6.0

v7.5.1

22 Dec 16:51
a11ce3d
Compare
Choose a tag to compare

What's Changed

  • Update typedoc requirement from ^0.27.4 to ^0.27.5 in /website in the ecosystem group by @dependabot in #1437
  • Fix ILlmFunction.parameters.description problem. by @samchon in #1442

Full Changelog: v7.5.0...v7.5.1

v7.5.0

18 Dec 06:52
ca6db7d
Compare
Choose a tag to compare

Special update for commercial project performing LLM function calling to the Rest API.

What's Changed

Full Changelog: v7.4.2...v7.5.0

v7.4.2

17 Dec 16:38
2d0ec1c
Compare
Choose a tag to compare

What's Changed

  • Fix typia.llm.applicationOfValidate() function in generation mode. by @samchon in #1439

Full Changelog: v7.4.1...v7.4.2

v7.4.1

16 Dec 16:49
f7ea8ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.4.0...v7.4.1

v7.4.0

14 Dec 23:20
51d7531
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.3.0...v7.4.0