Uses of Class
dev.langchain4j.skills.ReadResourceToolConfig.Builder
Packages that use ReadResourceToolConfig.Builder
-
Uses of ReadResourceToolConfig.Builder in dev.langchain4j.skills
Methods in dev.langchain4j.skills that return ReadResourceToolConfig.BuilderModifier and TypeMethodDescriptionReadResourceToolConfig.builder()ReadResourceToolConfig.Builder.description(String description) Sets the description of theread_skill_resourcetool.Sets the name of theread_skill_resourcetool.ReadResourceToolConfig.Builder.relativePathParameterDescription(String relativePathParameterDescription) Sets the description of therelative_pathparameter of theread_skill_resourcetool.ReadResourceToolConfig.Builder.relativePathParameterDescriptionProvider(Function<List<? extends Skill>, String> relativePathParameterDescriptionProvider) Sets a function that produces the description of therelative_pathparameter of theread_skill_resourcetool.ReadResourceToolConfig.Builder.relativePathParameterName(String relativePathParameterName) Sets the name of therelative_pathparameter of theread_skill_resourcetool.ReadResourceToolConfig.Builder.skillNameParameterDescription(String skillNameParameterDescription) Sets the description of theskill_nameparameter of theread_skill_resourcetool.ReadResourceToolConfig.Builder.skillNameParameterName(String skillNameParameterName) Sets the name of theskill_nameparameter of theread_skill_resourcetool.ReadResourceToolConfig.Builder.throwToolArgumentsExceptions(Boolean throwToolArgumentsExceptions) Controls which exception type is thrown when tool arguments are missing, invalid, or cannot be parsed.