Uses of Class
com.microsoft.semantickernel.planner.actionplanner.Plan
-
Packages that use Plan Package Description com.microsoft.semantickernel.planner.actionplanner com.microsoft.semantickernel.planner.sequentialplanner -
-
Uses of Plan in com.microsoft.semantickernel.planner.actionplanner
Methods in com.microsoft.semantickernel.planner.actionplanner that return types with arguments of type Plan Modifier and Type Method Description reactor.core.publisher.Mono<Plan>ActionPlanner. createPlanAsync(String goal)Methods in com.microsoft.semantickernel.planner.actionplanner with parameters of type Plan Modifier and Type Method Description voidPlan. addSteps(Plan... steps)Adds one or more existing plans to the end of the current plan as steps. -
Uses of Plan in com.microsoft.semantickernel.planner.sequentialplanner
Methods in com.microsoft.semantickernel.planner.sequentialplanner that return Plan Modifier and Type Method Description static PlanSequentialPlanParser. toPlanFromXml(String xmlString, String goal, ReadOnlySkillCollection skills)Convert a plan xml string to a planMethods in com.microsoft.semantickernel.planner.sequentialplanner that return types with arguments of type Plan Modifier and Type Method Description reactor.core.publisher.Mono<Plan>SequentialPlanner. createPlanAsync(String goal)Create a plan for a goal using a default context build on the current kernel.reactor.core.publisher.Mono<Plan>SequentialPlanner. createPlanAsync(String goal, SKContext context)Create a plan for a goal.
-