semantic-kernel
semantic-kernel copied to clipboard
.Net Agents - Fix `OpenAIAssistant` and `AzureAIAgent`
Motivation and Context
StreamingFunctionCallUpdateContent not being provided by OpenAIAssistantAgent and AzureAIAgent
Description
The lack of StreamingFunctionCallUpdateContent interferes with the ability to display progress information.
Contribution Checklist
- [X] The code builds clean without any errors or warnings
- [X] The PR follows the SK Contribution Guidelines and the pre-submission formatting script raises no violations
- [X] All unit tests pass, and I have added new tests where possible
- [X] I didn't break anyone :smile: