We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029732d commit a69d7d3Copy full SHA for a69d7d3
dotnet/src/SemanticKernel.UnitTests/Functions/KernelFunctionFromPromptTests.cs
@@ -513,7 +513,7 @@ public async Task InvokeAsyncOfTGivesBackTheExpectedResultTypeFromTheConnectorWh
513
}
514
515
[Fact]
516
- public async Task InvokeAsyncOfTGivesBackTheExpectedResultTypeFromTheConnectorWhenStreamingWhenerviceIsOnlyChatCompletionAsync()
+ public async Task InvokeAsyncOfTGivesBackTheExpectedResultTypeFromTheConnectorWhenStreamingWhenServiceIsOnlyChatCompletionAsync()
517
{
518
var expectedContent = new StreamingChatMessageContent(AuthorRole.Assistant, "Something");
519
var mockService = new Mock<IChatCompletionService>();
0 commit comments