struct

ML::LLM::ChatMessage

Inherits Struct / Value / Object

Chat message for prompt formatting

Constructors

new(role : String, content : String)
Source

Instance methods

clone
Source
content
copy_with(role _role = @role, content _content = @content)
Source
role