cohere-ai / cohere-typescript

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

Add top level confidence field to Classify response #66

Closed mkozakov closed 1 year ago

mkozakov commented 1 year ago

The Classify API returns a top level confidence score, which today is not captured in the typescript ClassifyResponse interface. This PR adds it to the interface.