Uses of Class
dev.langchain4j.skills.ActivateSkillToolConfig.Builder
Packages that use ActivateSkillToolConfig.Builder
-
Uses of ActivateSkillToolConfig.Builder in dev.langchain4j.skills
Methods in dev.langchain4j.skills that return ActivateSkillToolConfig.BuilderModifier and TypeMethodDescriptionActivateSkillToolConfig.builder()ActivateSkillToolConfig.Builder.description(String description) Sets the description of theactivate_skilltool.Sets the name of theactivate_skilltool.ActivateSkillToolConfig.Builder.parameterDescription(String parameterDescription) Sets the description of the parameter that specifies which skill to activate.ActivateSkillToolConfig.Builder.parameterName(String parameterName) Sets the name of the parameter that specifies which skill to activate.ActivateSkillToolConfig.Builder.throwToolArgumentsExceptions(Boolean throwToolArgumentsExceptions) Controls which exception type is thrown when tool arguments are missing, invalid, or cannot be parsed.