NVIDIA / NeMo-Guardrails

NeMo Guardrails is an open-source toolkit for easily adding programmable guardrails to LLM-based conversational systems.
Other
4.23k stars 402 forks source link

Feature/colang 2/deactivate keyword #673

Closed schuellc-nvidia closed 3 months ago

schuellc-nvidia commented 3 months ago

Add support for the deactivate <FLOW_ID> keyword that is a shortcut for StopFlow(flow_id="<FLOW_ID>", deactivate=True)

schuellc-nvidia commented 3 months ago

We also need to add the deactivate keyword to the sphinx parser configuration.