Mark Ericksen
Mark Ericksen
Hi @michalwarda! Yes, I knew this day was coming. :slightly_smiling_face: That error message you gave as an example actually comes from OpenAI. It's their text. And yes, they have changed...
PR #194 changes LLMChain and ChatModels to return an error struct instead of just a string message. However, there still isn't any specific error detection for this situation. `test/chat_models/chat_open_ai_test.exs:912` is...
Hi @vkryukov! Love it. Yes, that area is lacking good documentation and you've correctly identified how it can be improved. Yes, I'd love some help with that!
Hi @nallwhy! Is the idea to write in plain JSON Schema and use the converter to adapt it? Or do you have something else in mind? From your [tests](https://github.com/nallwhy/lang_schema/blob/main/test/support/schema.ex), that's...