cohere-ai / cohere-typescript

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

Update classify params to use correct casing #41

Closed mkozakov closed 2 years ago

mkozakov commented 2 years ago

the Classify parameters taskDescription and outputIndicator are being replaced with task_description and output_indicator respectively to be consistent with the casing of other parameters.

This PR updates the SDK to use these new params.

mkozakov commented 2 years ago

Closing this since both of these parameters will be deprecated soon anyway as a result of switching towards Embeddings based Classifications.