Fix display related CBS autocomplete

This commit is contained in:
kwaroran
2024-09-24 02:06:16 +09:00
parent 257de38867
commit e1204abe1e

View File

@@ -131,9 +131,9 @@ const deprecatedDecorators = [
'end', 'assistant', 'user', 'system'
]
export const AllCBS = [...normalCBS, ...(normalCBSwithParams.map((v) => {
export const AllCBS = [...normalCBS, ...(normalCBSwithParams.concat(displayRelatedCBS).map((v) => {
return v + ':'
})), ...displayRelatedCBS, ...nestedCBS]
})), ...nestedCBS]
const highlighterSyntax = [
{