File tree Expand file tree Collapse file tree
samples/ticket-classification Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ graph TD;
1212 __end__ ([ <p>__end__</p>]) ::: last
1313 __start__ --> prepare_input ;
1414 classify --> human_approval_node ;
15- notify_team --> __end__ ;
16- prepare_input --> classify ;
1715 human_approval_node -.-> classify ;
1816 human_approval_node -.-> notify_team ;
17+ prepare_input --> classify ;
18+ notify_team --> __end__ ;
1919 classDef default fill :#f2f0ff , line-height :1.2
2020 classDef first fill-opacity :0
2121 classDef last fill :#bfb6fc
Original file line number Diff line number Diff line change 22 "entryPoints" : [
33 {
44 "filePath" : " agent" ,
5- "uniqueId" : " f5678e12-7aa8-4a4c-bf62-b98dad8d9145 " ,
5+ "uniqueId" : " 50da3849-733d-499c-b7cb-e6ff0f2dbc36 " ,
66 "type" : " agent" ,
77 "input" : {
88 "type" : " object" ,
1616 "type" : " string"
1717 },
1818 "assignee" : {
19- "anyOf" : [
20- {
21- "type" : " string"
22- },
23- {
24- "type" : " null"
25- }
26- ],
27- "default" : null ,
28- "title" : " Assignee"
19+ "type" : " string"
2920 }
3021 },
3122 "required" : [
5647 "version" : " 2.0" ,
5748 "resources" : []
5849 }
59- }
50+ }
You can’t perform that action at this time.
0 commit comments