deprecated
0.7.0 API Changes (breaking 0.6.0)
 almost 2 years ago by Shay Tsadok
Summary of Changes
ext_interaction_idwas 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_inputis nowinput, andresponseis notoutput. Additional changes that affect SDK and REST API users are listed below.- We've added an option to set the annotation to
 Noneand 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.