Skip to content

Commit a660054

Browse files
committed
refactor(passthrough): rename flow for clarity
1 parent 7e4ede5 commit a660054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nemoguardrails/colang/v2_x/library/passthrough.co

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
import llm
33

4-
flow prompting llm with raw message
4+
flow context free bot response generation on unhandled user intent
55
"""Just make a call to LLM in passthrough mode"""
66

77
activate polling llm request response
@@ -23,4 +23,4 @@ flow prompting llm with raw message
2323
flow llm continuation
2424
activate automating intent detection
2525
activate generating user intent for unhandled user utterance
26-
activate prompting llm with raw message
26+
activate context free bot response generation on unhandled user intent

0 commit comments

Comments
 (0)