Skip to content

Releases: samchon/openapi

v3.0.0

01 Mar 20:44
6fedcff
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v2.4.3

13 Feb 02:42
3135ef0
Compare
Choose a tag to compare

What's Changed

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

v2.4.2

03 Feb 16:54
1fc70ec
Compare
Choose a tag to compare

What's Changed

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

v2.4.1

23 Jan 11:17
fecf39a
Compare
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

v2.4.0

13 Jan 15:30
3c4d258
Compare
Choose a tag to compare

What's Changed

  • Limit IHttpLlmFunction.description length under 1,024. by @samchon in #124
  • ILlmFunction.ISeparated.llm to be not null. by @samchon in #125

Full Changelog: v2.3.4...v2.4.0

v2.3.4

10 Jan 05:20
2aa6000
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v2.3.4

v2.3.3

09 Jan 06:19
abbb1e9
Compare
Choose a tag to compare

What's Changed

  • IHttpLlmFunction.name's maximum length limit. by @samchon in #120

Full Changelog: v2.3.2...v2.3.3