cohere-ai / cohere-typescript

The Cohere TypeScript SDK
https://docs.cohere.ai
MIT License
122 stars 18 forks source link

change classify response to use labels field instead of confidences #55

Closed lfayoux closed 2 years ago

lfayoux commented 2 years ago

Classify endpoint now returns a map of labels to their confidences. The old confidences array is being deprecated so it should get removed from the SDK.

Tests will pass once classify changes are deployed.