Active
Project:
Microsoft Azure AI
Version:
1.2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2026 at 07:26 UTC
Updated:
18 Mar 2026 at 07:26 UTC
Jump to comment: Most recent
In 1.2.x the streaming method had a change to use the doIterate instead of getIterator to make sure that events are triggered properly.
We should change this in the azure provider as well. Either by:
1. Switching over completely to OpenAiTypeStreamedChatMessageIterator if possible.
2. Move the getIterator to doIterate.
Try to log anything post streaming being finished.
Do one of the two above - #1 if feasable.
Comments