def to_fastapi_response()

in aidial_adapter_dial/utils/exceptions.py [0:0]


    def to_fastapi_response(self) -> FastAPIResponse:
        return FastAPIResponse(
            content=self.content,
            status_code=self.status_code,
            headers=self.headers,
        )