NeMo-Guardrails icon indicating copy to clipboard operation
NeMo-Guardrails copied to clipboard

Way to only generate_bot_message

Open AadarshBhalerao opened this issue 1 year ago • 0 comments

Hello!

After the input rail, when the library runs the generate_user_intent, is there a way to stop further finding generate_next_step and generate_bot_message. As we have a seprate OpenAI model dedicated to give RAG based answer to the user asked query.

We need NeMo Guardrails at input and then to generate_user_intent only. Once the intend is understood we can then setup another code to take it ahead from there.

AadarshBhalerao avatar Aug 08 '24 18:08 AadarshBhalerao