Record Class CallToolResult
java.lang.Object
java.lang.Record
com.shaft.commandline.mcp.CallToolResult
- Record Components:
content- the content blocksisError- whether the tool reported a tool-level error
-
Constructor Summary
ConstructorsConstructorDescriptionCallToolResult(List<Content> content, boolean isError) Creates an instance of aCallToolResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptioncontent()Returns the value of thecontentrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanisError()Returns the value of theisErrorrecord component.text()Concatenates every text content block, newline-separated.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
CallToolResult
-
-
Method Details
-
text
Concatenates every text content block, newline-separated.- Returns:
- the joined text of all
textcontent blocks
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
content
-
isError
-