deprecated
0.7.0 API Changes (breaking 0.6.0)
over 1 year ago by Shay Tsadok
Summary of Changes
ext_interaction_id
was changed intouser_interaction_id
- This id must be unique within a single version and can be set by the consumer (otherwise deepchecks will generate one for you). This is the only unique id of the interaction.- We've made some name changes -
user_input
is nowinput
, andresponse
is notoutput
. Additional changes that affect SDK and REST API users are listed below.- We've added an option to set the annotation to
None
and differentiated it fromUnknown
.
None
- Deepchecks will try to estimate the annotation.Unknown
- the interaction input/output where reviewed, and the annotation for that interaction can't be defined as "Good" or "Bad". Deepchecks will not try to estimate an annotation for this sample.