File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1229,11 +1229,9 @@ def _stream_server_call(
12291229 payload = ValidatePayload .from_dict (payload ), # type: ignore
12301230 openai_api_key = get_call_kwarg ("api_key" ),
12311231 )
1232- print ("Server response:" , response )
12331232 for fragment in response :
12341233 validation_output = fragment
12351234 if validation_output is None :
1236- # TODO Validation Summary
12371235 yield ValidationOutcome [OT ](
12381236 call_id = "0" , # type: ignore
12391237 raw_llm_output = None ,
@@ -1247,7 +1245,6 @@ def _stream_server_call(
12471245 if validation_output .validated_output
12481246 else None
12491247 )
1250- # TODO Validation Summary
12511248 yield ValidationOutcome [OT ](
12521249 call_id = validation_output .call_id , # type: ignore
12531250 raw_llm_output = validation_output .raw_llm_output ,
You can’t perform that action at this time.
0 commit comments