Notice when the question is about their own machine
The other detector recognises named components, so its complement is unbounded; this one reads grammar instead, which is not.
This commit is contained in:
@@ -855,7 +855,7 @@ if ($profile === 'chat' && vv_ai_chat_needs_varaverk($question)) {
|
||||
//
|
||||
// Deterministic on both sides: this fires only when detection says there is nothing Varaverk in
|
||||
// the question, so the cautious branch above keeps every question it would have caught.
|
||||
} elseif ($profile === 'chat' && $webHave) {
|
||||
} elseif ($profile === 'chat' && $webHave && !vv_ai_asks_about_this_system($question)) {
|
||||
// Removes a false prohibition. It does NOT classify the question, and the first version of
|
||||
// this did: it told the model that nothing named a Varaverk component so this was a question
|
||||
// about the wider world. That inference is not the detector's to make. The detector finds
|
||||
|
||||
Reference in New Issue
Block a user