Skip to content

Commit

Permalink
Merge branch 'feature_agent_serialization' of https://github.com/micr…
Browse files Browse the repository at this point in the history
…osoft/semantic-kernel into feature_agent_serialization
  • Loading branch information
crickman committed Nov 8, 2024
2 parents a735f56 + a4341ea commit f8393da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotnet/samples/Concepts/Agents/MixedChat_Serialization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

namespace Agents;
/// <summary>
/// Demonstrate that serialization of <see cref="AgentGroupChat"/> in with a <see cref="ChatCompletionAgent"/>
/// and <see cref="OpenAIAssistantAgent"/> participant.
/// Demonstrate the serialization of <see cref="AgentGroupChat"/> with a <see cref="ChatCompletionAgent"/>
/// and an <see cref="OpenAIAssistantAgent"/>.
/// </summary>
public class MixedChat_Serialization(ITestOutputHelper output) : BaseAgentsTest(output)
{
Expand Down

0 comments on commit f8393da

Please sign in to comment.