MCP::Content::Text
Inherits MCP::Content < JSON::Serializable < Reference < Object
Represents text content within a message to the LLM
Constants
TYPE = "text"
Constructors
new(text : String)
SourceClass methods
import(json : JSON::Any)
SourceInstance methods
text
Source