Uses of Interface
org.wildfly.mcp.api.Content
-
Uses of Content in org.wildfly.mcp.api
Classes in org.wildfly.mcp.api that implement ContentModifier and TypeClassDescriptionfinal recordfinal recordfinal recordMethods in org.wildfly.mcp.api with type parameters of type ContentModifier and TypeMethodDescriptionstatic <C extends Content>
ToolResponseToolResponse.success(C... content) static <C extends Content>
ToolResponseMethods in org.wildfly.mcp.api that return ContentModifier and TypeMethodDescriptionPromptMessage.content()Returns the value of thecontentrecord component.Methods in org.wildfly.mcp.api that return types with arguments of type ContentModifier and TypeMethodDescriptionToolResponse.content()Returns the value of thecontentrecord component.static Collection<? extends Content> ContentMapper.processResultAsText(Object result) Methods in org.wildfly.mcp.api with parameters of type ContentModifier and TypeMethodDescriptionstatic <C extends Content>
ToolResponseToolResponse.success(C... content) static PromptMessagePromptMessage.withUserRole(Content content) Constructors in org.wildfly.mcp.api with parameters of type ContentModifierConstructorDescriptionPromptMessage(String role, Content content) Creates an instance of aPromptMessagerecord class.Constructor parameters in org.wildfly.mcp.api with type arguments of type ContentModifierConstructorDescriptionToolResponse(boolean isError, List<? extends Content> content) Creates an instance of aToolResponserecord class.