Fix display related CBS autocomplete
This commit is contained in:
@@ -131,9 +131,9 @@ const deprecatedDecorators = [
|
|||||||
'end', 'assistant', 'user', 'system'
|
'end', 'assistant', 'user', 'system'
|
||||||
]
|
]
|
||||||
|
|
||||||
export const AllCBS = [...normalCBS, ...(normalCBSwithParams.map((v) => {
|
export const AllCBS = [...normalCBS, ...(normalCBSwithParams.concat(displayRelatedCBS).map((v) => {
|
||||||
return v + ':'
|
return v + ':'
|
||||||
})), ...displayRelatedCBS, ...nestedCBS]
|
})), ...nestedCBS]
|
||||||
|
|
||||||
const highlighterSyntax = [
|
const highlighterSyntax = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user