Class Skills.Builder
java.lang.Object
dev.langchain4j.skills.Skills.Builder
- Enclosing class:
Skills
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivateSkillToolConfig(ActivateSkillToolConfig activateSkillToolConfig) Customizes theactivate_skilltool.build()readResourceToolConfig(ReadResourceToolConfig readResourceToolConfig) Customizes theread_skill_resourcetool.Sets the skills to make available to the LLM.skills(Collection<? extends Skill> skills) Sets the skills to make available to the LLM.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
skills
Sets the skills to make available to the LLM. -
skills
Sets the skills to make available to the LLM. -
activateSkillToolConfig
Customizes theactivate_skilltool. -
readResourceToolConfig
Customizes theread_skill_resourcetool. -
build
-