We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4ede5 commit a660054Copy full SHA for a660054
nemoguardrails/colang/v2_x/library/passthrough.co
@@ -1,7 +1,7 @@
1
2
import llm
3
4
-flow prompting llm with raw message
+flow context free bot response generation on unhandled user intent
5
"""Just make a call to LLM in passthrough mode"""
6
7
activate polling llm request response
@@ -23,4 +23,4 @@ flow prompting llm with raw message
23
flow llm continuation
24
activate automating intent detection
25
activate generating user intent for unhandled user utterance
26
- activate prompting llm with raw message
+ activate context free bot response generation on unhandled user intent
0 commit comments