Package org.bsc.langgraph4j.agent.skill
Record Class SkillPath
java.lang.Object
java.lang.Record
org.bsc.langgraph4j.agent.skill.SkillPath
- All Implemented Interfaces:
SkillSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontent()final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.static SkillPathReturns the value of theskillRootPathrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SkillPath
Creates an instance of aSkillPathrecord class.- Parameters:
skillRootPath- the value for theskillRootPathrecord component
-
-
Method Details
-
of
-
content
- Specified by:
contentin interfaceSkillSource- Throws:
IOException
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
skillRootPath
Returns the value of theskillRootPathrecord component.- Returns:
- the value of the
skillRootPathrecord component
-