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 635b5dc commit a32f42fCopy full SHA for a32f42f
nemoguardrails/colang/v2_x/library/llm.co
@@ -322,17 +322,6 @@ flow tracking unhandled user intent state
322
# Experimental flows (undocumented)
323
# ----------------------------------
324
325
-# @meta(user_intent=True)
326
-# flow user requested a task
327
-# user said "do something"
328
-# or user said "can you do something"
329
-# or user said "please do"
330
-
331
-flow custom instructions
332
- user requested a task
333
- $instructions = await GetLastUserMessageAction()
334
- execute llm instruction $instructions
335
336
flow execute llm instruction $instructions
337
"""This will create a new flow based on the provided instructions and start it."""
338
activate polling llm request response
0 commit comments