Added CLI tg-set-prompt command, can be used to update prompts dynamically. (#338)

Added CLI tg-set-prompt command, can be used to update prompts dynamically. (#338)
This commit is contained in:
cybermaggedon 2025-04-04 15:43:40 +01:00 committed by GitHub
parent 298d09f388
commit a759a1771e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 144 additions and 0 deletions

View file

@ -63,6 +63,7 @@ setuptools.setup(
"scripts/tg-save-kg-core",
"scripts/tg-save-doc-embeds",
"scripts/tg-show-config",
"scripts/tg-set-prompt",
"scripts/tg-show-tools",
"scripts/tg-show-prompts",
]