Skip to content

Commit

Permalink
fix(memory): Export token_buffer.dart (ConversationTokenBufferMemory)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz committed Jan 4, 2024
1 parent 0313621 commit f7efc13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/langchain/lib/src/memory/memory.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export 'chat.dart';
export 'chat_message_history/chat_message_history.dart';
export 'models/models.dart';
export 'simple.dart';
export 'token_buffer.dart';
export 'vector_store.dart';

0 comments on commit f7efc13

Please sign in to comment.