Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrandvd authored Jan 12, 2025
1 parent d0847ca commit 0ca0279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,11 @@ Afterwards, you'll need to instantiate the `SemanticKernelAssert` class in your
```csharp
public class MyTest
{
SemanticAssert SemanticAssert { get; set; }
ScenarioAssert ScenarioAssert { get; set; }
MyTest(ITestOutputHelper output)
{
var chatClient = new AzureOpenAIClient(...);
SemanticAssert = new SemanticAssert(chatClient);
ScenarioAssert = new ScenarioAssert(chatClient, output.WriteLine);
}

[Fact]
Expand Down

0 comments on commit 0ca0279

Please sign in to comment.