Skip to content

Commit

Permalink
refactor(passthrough): rename flow for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouyanpi committed Oct 18, 2024
1 parent 7e4ede5 commit a660054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nemoguardrails/colang/v2_x/library/passthrough.co
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import llm

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

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

0 comments on commit a660054

Please sign in to comment.