(_ context.Context, _ string)
| 956 | } |
| 957 | |
| 958 | func (m *manager) removeItemFromMemory(_ context.Context, _ string) error { |
| 959 | // TODO: 实现从内存删除 |
| 960 | return nil |
| 961 | } |
| 962 | |
| 963 | func (m *manager) calculateStats(_ context.Context, _ string) (*KnowledgeStats, error) { |
| 964 | // TODO: 实现统计计算 |