Skip to content

.Net Agents - Fix OpenAIAssistant and AzureAIAgent function-call streaming#12205

Merged
crickman merged 1 commit intomainfrom
fix-agent-function-streaming
May 21, 2025
Merged

.Net Agents - Fix OpenAIAssistant and AzureAIAgent function-call streaming#12205
crickman merged 1 commit intomainfrom
fix-agent-function-streaming

Conversation

@crickman
Copy link
Contributor

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

@crickman crickman requested a review from alliscode May 21, 2025 00:44
@crickman crickman self-assigned this May 21, 2025
@crickman crickman requested a review from a team as a code owner May 21, 2025 00:44
@crickman crickman added bug Something isn't working .NET Issue or Pull requests regarding .NET code agents labels May 21, 2025
@github-actions github-actions bot changed the title .NET Agents - Fix OpenAIAssistant and AzureAIAgent .Net Agents - Fix OpenAIAssistant and AzureAIAgent May 21, 2025
@crickman crickman moved this to Sprint: In Review in Semantic Kernel May 21, 2025
@crickman crickman requested a review from esttenorio May 21, 2025 03:02
@crickman crickman changed the title .Net Agents - Fix OpenAIAssistant and AzureAIAgent .Net Agents - Fix OpenAIAssistant and AzureAIAgent function-call streaming May 21, 2025
@crickman crickman requested a review from TaoChenOSU May 21, 2025 17:07
@crickman crickman added this pull request to the merge queue May 21, 2025
Merged via the queue into main with commit d25f915 May 21, 2025
25 checks passed
@crickman crickman deleted the fix-agent-function-streaming branch May 21, 2025 17:33
@github-project-automation github-project-automation bot moved this from Sprint: In Review to Sprint: Done in Semantic Kernel May 21, 2025
jcruzmot-te pushed a commit to thousandeyes/aia-semantic-kernel that referenced this pull request Sep 15, 2025
…streaming (microsoft#12205)

### Motivation and Context
<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

`StreamingFunctionCallUpdateContent` not being provided by
`OpenAIAssistantAgent` and `AzureAIAgent`

### Description
<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

The lack of `StreamingFunctionCallUpdateContent` interferes with the
ability to display progress information.

### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->

- [X] The code builds clean without any errors or warnings
- [X] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [X] All unit tests pass, and I have added new tests where possible
- [X] I didn't break anyone 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agents bug Something isn't working .NET Issue or Pull requests regarding .NET code

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants