jxnl / instructor

structured outputs for llms
https://python.useinstructor.com/
MIT License
7.68k stars 612 forks source link

Fixed Cohere retries #761

Closed ionflow closed 3 months ago

ionflow commented 3 months ago

Retries did not work for Cohere client because it was not appending the right kwargs value for Cohere chat history and the validation error message to be appended had the wrong object definition.

Related to but not directly: https://github.com/jxnl/instructor/issues/584