chore: rename import tool

This commit is contained in:
phernandez
2025-02-04 11:29:22 -06:00
parent c27a4bcdcd
commit af6b7dc40a
@@ -97,7 +97,7 @@ async def get_markdown_processor() -> MarkdownProcessor:
@app.command()
def import_memory_json(
def import_json(
json_path: Path = typer.Argument(..., help="Path to memory.json file to import"),
):
"""Import entities and relations from a memory.json file.