Skip to content

Commit a32f42f

Browse files
remove intent completely
1 parent 635b5dc commit a32f42f

File tree

1 file changed

+0
-11
lines changed
  • nemoguardrails/colang/v2_x/library

1 file changed

+0
-11
lines changed

nemoguardrails/colang/v2_x/library/llm.co

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -322,17 +322,6 @@ flow tracking unhandled user intent state
322322
# Experimental flows (undocumented)
323323
# ----------------------------------
324324

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-
336325
flow execute llm instruction $instructions
337326
"""This will create a new flow based on the provided instructions and start it."""
338327
activate polling llm request response

0 commit comments

Comments
 (0)