Class DefaultFileSystemSkill
java.lang.Object
dev.langchain4j.skills.AbstractSkill
dev.langchain4j.skills.DefaultFileSystemSkill
- All Implemented Interfaces:
FileSystemSkill, Skill
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class AbstractSkill
AbstractSkill.BaseBuilder<B> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSkill
content, description, name, resourcesMethods inherited from interface Skill
content, description, name, resources
-
Constructor Details
-
DefaultFileSystemSkill
-
-
Method Details
-
basePath
Description copied from interface:FileSystemSkillReturns the base directory of this skill on the file system. This directory is expected to contain aSKILL.mdfile and optionally additional resource files.- Specified by:
basePathin interfaceFileSystemSkill
-
equals
- Overrides:
equalsin classAbstractSkill
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractSkill
-
toString
- Overrides:
toStringin classAbstractSkill
-
builder
-