Uses of Interface
io.openliberty.mcp.content.Content
Packages that use Content
-
Uses of Content in io.openliberty.mcp.content
Classes in io.openliberty.mcp.content that implement ContentModifier and TypeClassDescriptionfinal recordAn audio content provided to or from an LLM.final recordAn image content provided to or from an LLM.final recordA text content provided to or from an LLM. -
Uses of Content in io.openliberty.mcp.tools
Methods in io.openliberty.mcp.tools with type parameters of type ContentModifier and TypeMethodDescriptionstatic <C extends Content>
ToolResponseToolResponse.success(C... content) static <C extends Content>
ToolResponseMethods in io.openliberty.mcp.tools that return types with arguments of type ContentModifier and TypeMethodDescriptionToolResponse.content()Returns the value of thecontentrecord component.Methods in io.openliberty.mcp.tools with parameters of type ContentModifier and TypeMethodDescriptionstatic <C extends Content>
ToolResponseToolResponse.success(C... content) Constructor parameters in io.openliberty.mcp.tools with type arguments of type ContentModifierConstructorDescriptionToolResponse(boolean isError, List<? extends Content> content) ToolResponse(boolean isError, List<? extends Content> content, Object structuredContent, Map<MetaKey, Object> _meta) Creates an instance of aToolResponserecord class.