You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.Net: Rename OnNewMessage callback to OnIntermediateMessage (microsoft#11328)
### Motivation and Context
A concern was raised bout confusion between OnNewMessage on the thread
and on the invoke options, so renaming the invoke option callback to try
and avoid confusion.
### Description
Rename OnNewMessage callback to OnIntermediateMessage
### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] 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
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
Copy file name to clipboardExpand all lines: dotnet/src/IntegrationTests/Agents/CommonInterfaceConformance/InvokeConformance/ChatCompletionAgentInvokeTests.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ public virtual async Task InvokeWithPluginAndManualInvokeAsync()
Copy file name to clipboardExpand all lines: dotnet/src/IntegrationTests/Agents/CommonInterfaceConformance/InvokeStreamingConformance/InvokeStreamingTests.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ public virtual async Task InvokeStreamingWithPluginNotifiesForAllMessagesAsync()
0 commit comments