Stan van der Bend
09/05/2025, 8:28 PMVadim Briliantov
09/05/2025, 9:59 PMStan van der Bend
09/05/2025, 10:19 PMMark Tkachenko
09/08/2025, 8:59 AMStan van der Bend
09/09/2025, 7:20 PMexecuteStreaming to return a flow of stream frame objects (not backwards compatible, but simplifies api)
2. introduce a new function executeStreamingWithTools that returns a flow of stream frame object and keep the signature of executeStreaming (fully backwards compatible)
3. same as 2 but deprecate executeStreaming and notify user to replace it with a new function executeStreamingTextOnly and then at some point in the future change the signature of executeStreaming to return a flow of stream objects (temporarily backwards compatible, giving users time to migrate without breaking code).
I hope this is clear xD, I personally am leaning towards option 3. to the PR currently has option 2.Mark Tkachenko
09/11/2025, 11:19 AMStan van der Bend
09/16/2025, 2:35 PM