Class ActionPlanner
- java.lang.Object
-
- com.microsoft.semantickernel.planner.actionplanner.ActionPlanner
-
public class ActionPlanner extends Object
-
-
Constructor Summary
Constructors Constructor Description ActionPlanner(Kernel kernel, String prompt)Initialize a new instance of the ActionPlanner class
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<Plan>createPlanAsync(String goal)StringedgeCaseExamples(String goal, SKContext context)SKFunctiongetPlanFunction(ActionPlanResponse planData)StringgoodExamples(String goal, SKContext context)StringlistOfFunctions(String goal, SKContext context)static Stringread(String file)
-
-
-
Method Detail
-
getPlanFunction
public SKFunction getPlanFunction(ActionPlanResponse planData)
-
-