From a4341ead4438c9ca8fc77bdcd39afdb8d5acbf1e Mon Sep 17 00:00:00 2001 From: Chris <66376200+crickman@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:52:11 -0800 Subject: [PATCH] Update dotnet/samples/Concepts/Agents/MixedChat_Serialization.cs Co-authored-by: Ben Thomas --- dotnet/samples/Concepts/Agents/MixedChat_Serialization.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet/samples/Concepts/Agents/MixedChat_Serialization.cs b/dotnet/samples/Concepts/Agents/MixedChat_Serialization.cs index 394389a9ecbe..6e0916f96659 100644 --- a/dotnet/samples/Concepts/Agents/MixedChat_Serialization.cs +++ b/dotnet/samples/Concepts/Agents/MixedChat_Serialization.cs @@ -7,8 +7,8 @@ namespace Agents; /// -/// Demonstrate that serialization of in with a -/// and participant. +/// Demonstrate the serialization of with a +/// and an . /// public class MixedChat_Serialization(ITestOutputHelper output) : BaseAgentsTest(output) {