Open AadarshBhalerao opened 4 months ago
Hi @drazvan and @Pouyanpi Can you guys please check this
@AadarshBhalerao have a look here: https://docs.nvidia.com/nemo/guardrails/user_guides/advanced/generation-options.html#input-rails-only
Thanks @drazvan but along with the input and output It doesnt allow me to just use generate_user_intent
. Reason why I need that is, in a scenario where I have mentioned company policy in input rail. I still want to check if the question falls in the off_topic category. For That I defined another flow in '.co' file. Name: define flow off topic
Here I have two points:
generate_next_steps
and generate_bot_message
regardless which I dont want.
Hello!
I have a general question. With the documentation of nemoguardrails available online I understand the setup and working of guardrails. My question is I just want to use guardrails as input, output and dialague flow (.co file). But for the rest of the user queries, we have different projects and the query should flow there. How can I do that? How can I use Guardrails only to check input and output?
For example: If I setup input and output rails as self_check_input and self_check_output.
This is the summary
What If I just want 'self_check_input' to give me confirmation that the input is okay to proceed further and 'self_check_output' later to inform output is okay to be shared with user.