memoryContents method
Get current memory contents if provider supports memory
Implementation
@override
Future<List<ChatMessage>?> memoryContents() async => null;
Get current memory contents if provider supports memory
@override
Future<List<ChatMessage>?> memoryContents() async => null;