Skip to content

Commit d030b3d

Browse files
committed
chore: make the namespace bold
1 parent b6bb19f commit d030b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-assistant/src/prompts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export const buildExplainPlanPrompt = ({
1010
If a clear optimization should be made, please suggest the optimization and describe how it can be accomplished in MongoDB Compass. Do not advise users to create indexes without weighing the pros and cons.
1111
Explain output:
1212
${explainPlan}`,
13-
displayText: `Given this MongoDB explain plan for ${namespace}, provide a concise human readable explanation that explains the query execution plan and highlights aspects of the plan that might impact query performance.`,
13+
displayText: `Given this MongoDB explain plan for **${namespace}**, provide a concise human readable explanation that explains the query execution plan and highlights aspects of the plan that might impact query performance.`,
1414
};
1515
};

0 commit comments

Comments
 (0)