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
- Add gurubase widget by @samchon in #1502
- Prepare
@samchon/openapi
v3 update by @samchon in #1507 - Prepare next update of TypeScript by @samchon in #1509
- No more
typia patch
command required by @samchon in #1510 - Close #1506: PNPM monorepo with
pnpm-lock.yaml
files. by @samchon in #1514 - Update typedoc requirement from ^0.27.7 to ^0.27.9 in /website in the ecosystem group across 1 directory by @dependabot in #1515
- remove bun by @ryoppippi in #1520
- Deprecate
llm.applicationOfValidate()
function. by @samchon in #1524 - Publish v8.0 by @samchon in #1523
Full Changelog: v7.6.4...v8.0.0