LlamaMessage constructor
LlamaMessage(
- String content
Creates a new instance of LlamaMessage with the given content.
The content
parameter represents the message content.
Implementation
LlamaMessage(this.content);