Tidy up a couple of command names

This commit is contained in:
Cyber MacGeddon 2025-01-02 19:48:10 +00:00
parent 6343072b7b
commit 8a430b0a66
3 changed files with 10 additions and 10 deletions

View file

@ -24,7 +24,7 @@ def question(url, question, user, collection):
def main():
parser = argparse.ArgumentParser(
prog='tg-query-document-rag',
prog='tg-invoke-document-rag',
description=__doc__,
)

View file

@ -24,7 +24,7 @@ def question(url, question, user, collection):
def main():
parser = argparse.ArgumentParser(
prog='tg-graph-query-rag',
prog='tg-invoke-graph-rag',
description=__doc__,
)