Any structured output libraries with Amazon Bedrock/Azure OpenAI support? I know the Typescript/Python LangChain has the polymorphic "withStructuredOutput" method for Zod schemas but I can't find something like it for Clojure with Malli schemas that works on those platforms
@fernando.olle046 Yes support needs to be added to litellm-clj as well because DSCloj use it.
@kapil the support should be added to litellm-clj , right?
You can try DSCloj. It currently doesn't support Bedrock or Azure OpenAI right now. I can add support for it in a bit.
thanks for the response @kapil, I'm working on a PR to add support for azure provider.