Skip to content

v0.1.3

Choose a tag to compare

@GeraudBourdin GeraudBourdin released this 06 Jul 17:00
· 12 commits to mcp since this release
6a71b9f

🎉 New Features

Added new JSON schemas to the JsonSchema class that were not supported in the original library:

  • Enum
  • Const
  • Null
  • Pattern
  • Combinations: allOf, anyOf, oneOf, not

These additions simplify the creation ofguided_json outputs

To-do : create a documentation on writing more complex output schemas.