-
Is it possible to block all topics except those I have defined? define user ask llm define flow llm define bot answer blocked define flow fallback |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
HI @gvd22 ! This is related to #129. Currently, there's no explicit way to block "all other topics". Right now, you could go with the approach where you also define some other topics and teach the LLM to ignore them (like here: https://github.com/NVIDIA/NeMo-Guardrails/blob/develop/examples/bots/abc/rails/disallowed.co), or you explicitly define an off-topic intent and try to add representative examples. We are researching better ways to enable the definition of "just the topic of interest." We'll keep you posted. |
Beta Was this translation helpful? Give feedback.
HI @gvd22 !
This is related to #129.
Currently, there's no explicit way to block "all other topics". Right now, you could go with the approach where you also define some other topics and teach the LLM to ignore them (like here: https://github.com/NVIDIA/NeMo-Guardrails/blob/develop/examples/bots/abc/rails/disallowed.co), or you explicitly define an off-topic intent and try to add representative examples.
We are researching better ways to enable the definition of "just the topic of interest." We'll keep you posted.