Remove bolded context text

This commit is contained in:
Josh Gross
2023-03-10 10:39:59 -05:00
parent a2d5300578
commit d9de07bfe3
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ function appendContext(description: string, allowedContext?: string[]) {
return description;
}
const contextDescription = `**Available expression contexts:** ${allowedContext.map(c => `\`${c}\``).join(", ")}`;
const contextDescription = `Available expression contexts: ${allowedContext.map(c => `\`${c}\``).join(", ")}`;
if (description.length == 0) {
return contextDescription;
}