Closed HuanzhiMao closed 1 month ago
This PR adds checks to prevent unsafe function calls from being run and potentially breaking the evaluation pipeline.
xargs
execute_multi_turn_func_call
kill
exit
remove
This PR adds checks to prevent unsafe function calls from being run and potentially breaking the evaluation pipeline.
xargs
method is removed. This will not affect the dataset entries, and that function is not used in any entries.execute_multi_turn_func_call
, an input filter has been implemented to prevent the execution of unsafe function calls likekill
,exit
,remove
, etc.