Class StepwisePlannerConfig
- java.lang.Object
-
- com.microsoft.semantickernel.planner.stepwiseplanner.StepwisePlannerConfig
-
public class StepwisePlannerConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description doublerelevancyThreshold
-
Constructor Summary
Constructors Constructor Description StepwisePlannerConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddExcludedFunctions(String restrictedFunctionName)voidaddExcludedSkills(String restrictedSkillName)Set<String>getExcludedFunctions()Set<String>getExcludedSkills()Set<String>getIncludedFunctions()intgetMaxIterations()intgetMaxRelevantFunctions()intgetMaxTokens()intgetMinIterationTimeMs()doublegetRelevancyThreshold()
-
-
-
Method Detail
-
addExcludedSkills
public void addExcludedSkills(String restrictedSkillName)
-
addExcludedFunctions
public void addExcludedFunctions(String restrictedFunctionName)
-
getMaxTokens
public int getMaxTokens()
-
getMaxIterations
public int getMaxIterations()
-
getMinIterationTimeMs
public int getMinIterationTimeMs()
-
getMaxRelevantFunctions
public int getMaxRelevantFunctions()
-
getRelevancyThreshold
public double getRelevancyThreshold()
-
-