MemoryToolInput constructor

MemoryToolInput({
  1. required String action,
  2. String? path,
  3. String? content,
})

Implementation

MemoryToolInput({required this.action, this.path, this.content});