Uses of Record Class
org.ek9lang.mcp.model.ToolContent
Packages that use ToolContent
-
Uses of ToolContent in org.ek9lang.mcp.model
Methods in org.ek9lang.mcp.model that return ToolContentModifier and TypeMethodDescriptionstatic ToolContentCreate a JSON content item.static ToolContentCreate a plain text content item.Methods in org.ek9lang.mcp.model that return types with arguments of type ToolContentModifier and TypeMethodDescriptionToolCallResult.content()Returns the value of thecontentrecord component.Constructor parameters in org.ek9lang.mcp.model with type arguments of type ToolContentModifierConstructorDescriptionToolCallResult(List<ToolContent> content, boolean isError) Creates an instance of aToolCallResultrecord class.