Skip to content

Releases: samchon/openapi

v3.2.1

28 Mar 15:57
0ed4a0b

Choose a tag to compare

What's Changed

  • Fix ILlmSchema.IParameters missing reference descriptions problem by @samchon in #166

Full Changelog: v3.2.0...v3.2.1

v3.2.0

27 Mar 14:10
d17707d

Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0

15 Mar 14:03
d08bb86

Choose a tag to compare

What's Changed

  • Add validation feedback strategy document by @samchon in #152
  • Experiment of ISboppingSale.ICreate validation feedback count by @samchon in #153
  • fix: count bug for validation for chatGPT function calling benchmark by @ryoppippi in #154
  • Add new ILlmFunction.ISeparated.validate() function. by @samchon in #155
  • Make HttpLlm.application() function convenient. by @samchon in #156

Full Changelog: v3.0.0...v3.1.0

v3.0.0

01 Mar 20:44
6fedcff

Choose a tag to compare

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

v2.5.3

26 Feb 10:22
166da4b

Choose a tag to compare

What's Changed

  • ChatGptSchemaComposer.separateParameters added new property convention by @samchon in #146

Full Changelog: v2.5.2...v2.5.3

v2.5.2

24 Feb 12:34
2930f4d

Choose a tag to compare

What's Changed

  • Fix ChatGptSchemaComposer's strict mode by @samchon in #145

Full Changelog: v2.5.1...v2.5.2

v2.5.1

21 Feb 17:48
64a2798

Choose a tag to compare

What's Changed

Full Changelog: v2.4.3...v2.5.1

v2.4.3

13 Feb 02:42
3135ef0

Choose a tag to compare

What's Changed

Full Changelog: v2.4.2...v2.4.3

v2.4.2

03 Feb 16:54
1fc70ec

Choose a tag to compare

What's Changed

Full Changelog: v2.4.1...v2.4.2

v2.4.1

23 Jan 11:17
fecf39a

Choose a tag to compare

What's Changed

  • Fill more function calling examples by @samchon in #126
  • Fix #127: ChatGPT and Gemini schema had dropped enum typed description. by @samchon in #128

Full Changelog: v2.4.0...v2.4.1