Uses of Record Class
io.openliberty.mcp.meta.MetaKey
Packages that use MetaKey
-
Uses of MetaKey in io.openliberty.mcp.content
Methods in io.openliberty.mcp.content that return types with arguments of type MetaKeyModifier and TypeMethodDescriptionAudioContent._meta()Returns the value of the_metarecord component.ImageContent._meta()Returns the value of the_metarecord component.TextContent._meta()Returns the value of the_metarecord component.Constructor parameters in io.openliberty.mcp.content with type arguments of type MetaKeyModifierConstructorDescriptionAudioContent(String data, String mimeType, Map<MetaKey, Object> _meta, Content.Annotations annotations) Creates an instance of aAudioContentrecord class.ImageContent(String data, String mimeType, Map<MetaKey, Object> _meta, Content.Annotations annotations) Creates an instance of aImageContentrecord class.TextContent(String text, Map<MetaKey, Object> _meta, Content.Annotations annotations) Creates an instance of aTextContentrecord class. -
Uses of MetaKey in io.openliberty.mcp.meta
Methods in io.openliberty.mcp.meta that return MetaKey -
Uses of MetaKey in io.openliberty.mcp.tools
Methods in io.openliberty.mcp.tools that return types with arguments of type MetaKeyModifier and TypeMethodDescriptionToolResponse._meta()Returns the value of the_metarecord component.Constructor parameters in io.openliberty.mcp.tools with type arguments of type MetaKey