Add conditional check for runVar in Comment case
This commit is contained in:
@@ -1065,6 +1065,9 @@ export function risuChatParser(da:string, arg:{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
case 'Comment':{
|
case 'Comment':{
|
||||||
|
if(arg.runVar){
|
||||||
|
break
|
||||||
|
}
|
||||||
if(!commentMode){
|
if(!commentMode){
|
||||||
thinkingMode = false
|
thinkingMode = false
|
||||||
commentMode = true
|
commentMode = true
|
||||||
|
|||||||
Reference in New Issue
Block a user