How to use Nested flows #65
jyotipmahes
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @jyotipmahes! The documentation provides a simple example: https://github.com/NVIDIA/NeMo-Guardrails/blob/main/docs/user_guide/colang-language-syntax-guide.md#subflows. You can encapsulate a user authentication logic for example in a flow that gets called from another one. There are a few more examples in the tests section (https://github.com/NVIDIA/NeMo-Guardrails/blob/main/tests/test_subflows.py). We'll be adding more examples soon. Is there any specific use case you have in mind for using nested flows? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am looking for use cases where one flow can call another flow. How can we do that? Will it be supported in the future?
Beta Was this translation helpful? Give feedback.
All reactions