From 4af3d6a46e31ce33f1f14aeff777a34ed57c0968 Mon Sep 17 00:00:00 2001 From: enesakar Date: Thu, 25 Sep 2025 10:41:42 -0700 Subject: [PATCH] docs(index): clarify version format in prompt fixes CTX7-552 --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index b1ae25e..35c9ac1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -174,7 +174,7 @@ Each result includes: - Description: Short summary - Code Snippets: Number of available code examples - Trust Score: Authority indicator -- Versions: List of versions if available. Use one of those versions if and only if the user explicitly provides a version in their query. +- Versions: List of versions if available. Use one of those versions if the user provides a version in their query. The format of the version is /org/project/version. For best results, select libraries based on name match, trust score, snippet coverage, and relevance to your use case.