menu
langchain_core package
documentation
memory.dart
MemoryVariables typedef
MemoryVariables typedef
dark_mode
light_mode
MemoryVariables
typedef
MemoryVariables
=
Map
<
String
,
dynamic
>
Key-value pairs loaded from memory.
Implementation
typedef MemoryVariables = Map<String, dynamic>;
langchain_core package
documentation
memory
MemoryVariables typedef
memory library