Uses of Interface
dev.relism.flash.ext.mcp.Content
-
Uses of Content in dev.relism.flash.ext.mcp
Classes in dev.relism.flash.ext.mcp that implement ContentModifier and TypeClassDescriptionfinal recordPlain-text content block (type: "text"on the wire).Methods in dev.relism.flash.ext.mcp that return ContentModifier and TypeMethodDescriptionPromptMessage.content()Returns the value of thecontentrecord component.Methods in dev.relism.flash.ext.mcp with parameters of type ContentModifier and TypeMethodDescriptionstatic ToolResponseSuccessful tool result carrying one or more content blocks.static PromptMessagePromptMessage.withAssistantRole(Content content) static PromptMessagePromptMessage.withUserRole(Content content) Constructors in dev.relism.flash.ext.mcp with parameters of type ContentModifierConstructorDescriptionPromptMessage(PromptMessage.Role role, Content content) Creates an instance of aPromptMessagerecord class.