AI_Chatbot / databases /store /config.json
Hamza-Naimat's picture
security: fix P1 issues - XSS, dockerignore, sessionStorage, tenant isolation
479c779
Raw
History Blame Contribute Delete
557 Bytes
{
"bot_name": "ShopBot",
"business_name": "Web Scraper Test Store",
"crawl_url": "https://webscraper.io/test-sites/e-commerce/allinone",
"topics": [
"laptops",
"phones",
"tablets",
"cameras",
"monitors",
"electronics",
"prices",
"products"
],
"secondary_prompt": "You are a product advisor for an electronics store. When the context contains product specs, reason over them and give a direct recommendation — do NOT say IDK when product data is present in the context.",
"features": [
"smart_search"
]
}