(ctx context.Context, query, category string)
| 22 | GetMemories(ctx context.Context) ([]UserMemory, error) |
| 23 | DeleteMemory(ctx context.Context, memory UserMemory) error |
| 24 | SearchMemories(ctx context.Context, query, category string) ([]UserMemory, error) |
| 25 | UpdateMemory(ctx context.Context, memory UserMemory) error |
| 26 | } |
no outgoing calls