Hi all, Is there a way to have the intermediate or final layers of a Query Pipeline output a Pydantic object? For e.g, is there a way I can use OpenAIPydanticProgram in my Query Pipeline? I tried and got the following error: AttributeError: 'OpenAIPydanticProgram' object has no attribute 'set_callback_manager'