Skip to content

Commit 50f320c

Browse files
authored
Merge pull request #777 from NVIDIA/fix/colang-2/remove-intent-from-llm-library
Remove the user intent from llm library module
2 parents dc0fbe0 + a32f42f commit 50f320c

File tree

1 file changed

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

1 file changed

+0
-13
lines changed

nemoguardrails/colang/v2_x/library/llm.co

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -334,16 +334,3 @@ flow execute llm instruction $instructions
334334
match FlowStarted(flow_id=$flow_info.name, flow_instance_uid=$new_flow_instance_uid) as $event_ref
335335
match $event_ref.flow.Finished()
336336
await RemoveFlowsAction(flow_ids=[$flow_info.name])
337-
338-
339-
@meta(user_intent=True)
340-
flow user requested a task
341-
user said "do something"
342-
or user said "can you do something"
343-
or user said "please do"
344-
345-
346-
flow custom instructions
347-
user requested a task
348-
$instructions = await GetLastUserMessageAction()
349-
execute llm instruction $instructions

0 commit comments

Comments
 (0)