File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,10 @@ task_config:
5858
5959 expected_output : >
6060 output format: json
61- Example output: add example
61+ Example output:
62+ "extracted_terms":{
63+ #data
64+ }
6265
6366 # do not chage this, remove it later
6467 agent_id : extractor_agent
@@ -72,8 +75,10 @@ task_config:
7275
7376 expected_output : >
7477 output format: json
75- Example output: add example
76-
78+ Example output:
79+ "aligned_terms":{
80+ #data
81+ }
7782 # do not chage this, remove it later
7883 agent_id : alignment_agent
7984
@@ -85,7 +90,10 @@ task_config:
8590
8691 expected_output : >
8792 output format: json
88- Example output: addd example
93+ Example output:
94+ "judged_terms":{
95+ #data
96+ }
8997
9098 # do not chage this, remove it later
9199 agent_id : judge_agent
@@ -107,8 +115,10 @@ task_config:
107115
108116 expected_output : >
109117 output format: json
110- Example output: addd example
111-
118+ Example output:
119+ "judged_terms":{
120+ #data
121+ }
112122 agent_id : humanfeedback_agent
113123
114124# embedding config
@@ -127,4 +137,4 @@ knowledge_config:
127137 - label
128138# human in loop config
129139human_in_loop_config :
130- humanfeedback_agent : true
140+ humanfeedback_agent : true
You can’t perform that action at this time.
0 commit comments