menu
neomage package
documentation
domain/models/entrypoints_full.dart
SdkSession
getHistory method
getHistory method
dark_mode
light_mode
getHistory
method
List
<
Message
>
getHistory
(
)
Get the full conversation history.
Implementation
List<Message> getHistory() => List.unmodifiable(_history);
neomage package
documentation
domain/models/entrypoints_full
SdkSession
getHistory method
SdkSession class