Closed AlyssaCote closed 2 months ago
Attention: Patch coverage is 0%
with 46 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
mli-feature@0ebd5ab
). Learn more about missing BASE report.
We're going to rewrite part of RequestBatch
anyhow, we'll add the helpers then.
In this PR I added helper methods in the form of
@property
s to classes likeInferenceRequest
andInferenceReply
. I had also written helper methods forRequestBatch
, but mypy would complain about not knowing the type for the attributes when trying to use them after using my helper methods. I do think I may have gone overboard, so if anyone has any push back on these please let me know. Also if there are helper methods anyone remembers that they wanted and I didn't include them, please let me know.