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':{
|
||||
if(arg.runVar){
|
||||
break
|
||||
}
|
||||
if(!commentMode){
|
||||
thinkingMode = false
|
||||
commentMode = true
|
||||
|
||||
Reference in New Issue
Block a user