Skip to content

Releases: skit-ai/dialogy

0.5.5

17 Apr 15:13
Compare
Choose a tag to compare

Notes:

  • feat: dialogy create <project-name>, we can drop the template name!
  • deprecate: DucklingParser set for deprecation.
  • add: DucklingPlugin. [https://github.com//pull/28]
  • add: DucklingPlugin supports association of custom entities with dimensions. [https://github.com/Vernacular-ai/dialogy/commit/8d7fbc47f08da9384add9d850aeadbb08b3de0d9]
  • refactor: DucklingParser had methods that parsed and restructured json to be compatible with a certain class structure. This made it hard to execute BaseEntity.from_dict(duckling_json).
    These methods are now part of the individual Entity class. [https://github.com//pull/28]