Skip to content

Releases: ttumiel/chat2func

v0.1.6

29 Oct 23:47
Compare
Choose a tag to compare
  • fix bug on enum default value
  • fix responses exporting

v0.1.5

29 Oct 16:57
Compare
Choose a tag to compare
  • Small bugfix on annotation warning
  • Separate individual function_call from dict choice of function_calls

v0.1.4

28 Oct 17:03
Compare
Choose a tag to compare
  • Add defaults to schema args
  • Optionally adds response schema on return types
  • Better wraps classes
  • Changes .json property to .__schema__ on json_schema wrapped objects.

v0.1.3

19 Oct 19:14
Compare
Choose a tag to compare

Adds support and improvements for:

  • nested types and ForwardRef's
  • all pydantic types
  • unifying project install extras
  • json_schema for methods, staticmethods, classmethods
  • adds pydantic type support for json_schema decorated classes
  • jsonschema for function calling validation
  • better firebase server exporting
  • lots of improved tests!

Drops support for:

  • python 3.7

v0.1.2

17 Sep 22:38
Compare
Choose a tag to compare
  • clean up firebase server exports
  • improve readme readability

Publish

17 Sep 20:52
Compare
Choose a tag to compare
v0.1.1

version

Publish

17 Sep 20:50
Compare
Choose a tag to compare
v0.1.0

lint