Skip to content

v2.2.0

Compare
Choose a tag to compare
@samchon samchon released this 14 Dec 21:57
· 40 commits to master since this release
6f0f412

As I've understood that ChatGPT's strict mode is not perfect, and found much better way by giving validation feedback with typia.validate<T>() function, I've changed the ChatGPT strict mode to be configurable, and also changed ChatGPT function calling (or structured output) composition strategy.

From now on, ChatGPT schema also supports the optional properties and dynamic key typed object unless the strict mode configured.

Advised by @AcrylicShrimp

What's Changed

  • Enhance function calling test functions by @samchon in #111
  • Make ChatGPT strict mode configurable. by @samchon in #112

Full Changelog: v2.1.2...v2.2.0