Component Memory is Missing the required 'call' method #248
Labels
[adalflow] suggest improvement
Improve existing functionality (non-integration] in /adalflow
good first issue
Good for newcomers
help wanted
Need helps with input, discussion, review, and PR submission.
Describe the bug
The adalflow.components.memory.memory.Memory class seems to have been left unfinished without a call method.
To Reproduce
Steps to reproduce the behavior:
from adalflow.core.memory import Memory
withfrom adalflow.components.memory.memory import Memory
Expected behavior
Call method
The text was updated successfully, but these errors were encountered: