menu
fcllama package
documentation
fllama_type.dart
RoleContent
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
String
>
toMap
(
)
Implementation
Map<String, String> toMap() { return {"role": role, "content": content}; }
fcllama package
documentation
fllama_type
RoleContent
toMap method
RoleContent class