Skip to content

Commit

Permalink
Update dotnet/src/Extensions/Planning.SequentialPlanner/ISequentialPl…
Browse files Browse the repository at this point in the history
…anner.cs

Co-authored-by: Shawn Callegari <36091529+shawncal@users.noreply.github.com>
  • Loading branch information
dmytrostruk and shawncal authored Jul 24, 2023
1 parent afb9f29 commit 445fec5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace Microsoft.SemanticKernel.Planning.Sequential;

/// <summary>
/// Interface for planner that uses set of semantic functions to create a sequential plan.
/// Interface for planner that uses a set of semantic functions to create a sequential plan.
/// </summary>
public interface ISequentialPlanner
{
Expand Down

0 comments on commit 445fec5

Please sign in to comment.