Method: MCP::Prompt::Message#to_h

Defined in:
lib/mcp/prompt/message.rb

#to_hObject



13
14
15
# File 'lib/mcp/prompt/message.rb', line 13

def to_h
  { role:, content: content.to_h }.compact
end