LlamaLibraryMessage constructor

const LlamaLibraryMessage({
  1. required LlamaLibraryRole role,
  2. required String content,
})

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

const LlamaLibraryMessage({
  required this.role,
  required this.content,
});