I am using Azure OpenAI and trying to use this library for streaming the json object. Getting this error
error: TypeError: Cannot read properties of undefined (reading 'delta')
at OpenAiHandler.process (/proj/backend/openai-partial-stream/packages/openai-partial-stream/dist/index.js:205:32)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Entity.genParse (/proj/backend/openai-partial-stream/packages/openai-partial-stream/dist/index.js:270:22)
at async /proj/backend/index.js:389:30
I tried to fix it like this but did not work
