From 21047b60bf1187ccf7bda4e282169224a2570ef4 Mon Sep 17 00:00:00 2001 From: kyteinsky Date: Wed, 26 Aug 2026 14:07:39 +0530 Subject: [PATCH] chore: update context_chat:reindex command description Signed-off-by: kyteinsky --- lib/Command/Reindex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Command/Reindex.php b/lib/Command/Reindex.php index 1b816c1..ca3de90 100644 --- a/lib/Command/Reindex.php +++ b/lib/Command/Reindex.php @@ -35,7 +35,7 @@ public function __construct( protected function configure() { $this->setName('context_chat:reindex') - ->setDescription('Schedule a full re-crawl of all mounts. Indexed files are not re-indexed when compared against context_chat_backend\'s vector DB.'); + ->setDescription('Schedule a full re-crawl of all the files in all the mounts. Indexed files are not re-indexed when compared against context_chat_backend\'s vector DB. Content providers are not re-indexed.'); } protected function execute(InputInterface $input, OutputInterface $output): int {