Added tg-invoke-prompt utility to test / diagnose / interact with the (#129) prompt service

This commit is contained in:
cybermaggedon 2024-10-27 17:15:10 +00:00 committed by GitHub
parent 7c0c471e55
commit dedb66379d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 76 additions and 0 deletions

View file

@ -50,5 +50,6 @@ setuptools.setup(
"scripts/tg-query-graph-rag",
"scripts/tg-init-pulsar",
"scripts/tg-processor-state",
"scripts/tg-invoke-prompt",
]
)