Closed (fixed)
Project:
Mistral Provider
Version:
1.1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2026 at 15:47 UTC
Updated:
13 Feb 2026 at 23:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
petar_basic commentedAdded a fix where I implemented/overrode the doIterate function instead of getIterator of the StreamedChatMessageIterator - as documented in the function.
Now the reconstructChatOutput, triggerEvent and any callbacks are properly/triggered called when getIterator is called.
Comment #4
petar_basic commentedComment #5
fagomakes sense. let's also add an integration test to verify this is working?
Comment #6
petar_basic commentedAdded the test.
Comment #7
fagoComment #9
fagoThx, merged!
Comment #10
petar_basic commented@fago It seems you missed to merge the MR. It had a merge block so I updated the branch with latest changes, so it is mergable now.
Comment #12
fagothank you, seems like I had mixed up issues. merged!