conversation property
Optional in-memory conversation useful for chat apps. Each message is a
map with keys: 'author' and 'content'. Use addUserMessage /
addAssistantMessage to manage it.
Implementation
final List<Map<String, String>> conversation = [];