# tool_config.py

# Define the tool names to load
tool_names = [
    "Chris4K/random-character-tool",
    "Chris4K/text-generation-tool",
    "Chris4K/sentiment-tool", 
    "Chris4K/token-counter-tool", 
    "Chris4K/most-downloaded-model",
    "Chris4K/rag-tool",
    "Chris4K/word-counter-tool",
    "Chris4K/sentence-counter-tool",
    "Chris4K/EmojifyTextTool",
    "Chris4K/textify",
    "Chris4K/NamedEntityRecognitionTool",
    "Chris4K/TextDownloadTool",
    "Chris4K/source-code-retriever-tool",
    "Chris4K/text-to-image",
    "Chris4K/text-to-video",
    "Chris4K/image-transformation",
    "Chris4K/latent-upscaler-tool"
    # More cool tools to come
]