Skip to content

Commit

Permalink
Updating details about stepwise
Browse files Browse the repository at this point in the history
  • Loading branch information
teresaqhoang committed Aug 9, 2023
1 parent 170e26f commit 88ba9fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion webapi/Options/PlannerOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class MissingFunctionErrorOptions
public const string PropertyName = "Planner";

/// <summary>
/// Define if the planner must be Sequential or not.
/// The type of planner to used to create plan.
/// </summary>
[Required]
public PlanType Type { get; set; } = PlanType.Action;
Expand Down
1 change: 1 addition & 0 deletions webapi/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
// - Set Planner:Type to "Action" to use the single-step ActionPlanner
// - Set Planner:Type to "Sequential" to enable the multi-step SequentialPlanner
// Note: SequentialPlanner works best with `gpt-4`. See the "Enabling Sequential Planner" section in webapi/README.md for configuration instructions.
// - Set Planner:Type to "Stepwise" to enable MRKL style planning
// - Set Planner:RelevancyThreshold to a decimal between 0 and 1.0.
//
"Planner": {
Expand Down

0 comments on commit 88ba9fa

Please sign in to comment.