Releases: skit-ai/dialogy
Releases · skit-ai/dialogy
2.2.3
2.2.2
What's Changed
- fix: Update python dependencies to fix vulnerabilities.
QC Plugin Processing Update
Handle transcripts with """
in the processing.
New patch release
Patch release fixing a few constants and updating versions of old dependencies
0.9.13
0.9.8
0.9.7
0.9.6
0.9.6
- add:
original_intent
to store the initial classifier output. - add: plugin to track
original_intent
.
0.9.5
- fix: DucklingPlugin's unreliable use of latent entities.
- feat: Temperature scaling for XLMR classifier.
0.9.4
- fix: Slot structure need not be redefined in templates.
- update: Type-casted Time entities acquire score from the original (Numerical, Duration) entities.
0.9.3
- update: Numerical entities can be casted as time.
0.9.2
0.9.2
- fix: Plugins don't overwrite the Output object unless they are meant to.
0.9.1
- feat:
DurationEntity
are cast asTimeEntity
by default.-
DucklingPlugin
uses temporal intents to understand cast direction i.e. add duration to reference time or subtract.
-
- docs: Heavy addition of examples for types, plugins and base types.
- fix: Entity structures are uniform in terms of
value
andvalues
attributes. - feat: Guards prevent plugins from running.