mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
refactor(vertex_ai): drop moved comment from batch output transform context helper
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
5ddc96e560
commit
695c37307c
1 changed files with 0 additions and 3 deletions
|
|
@ -354,9 +354,6 @@ class _VertexBatchOutputRowTransformContext:
|
|||
|
||||
|
||||
def _new_vertex_batch_output_row_transform_context() -> _VertexBatchOutputRowTransformContext:
|
||||
# Use a fresh Logging object for the per-row transform so we never
|
||||
# mutate the caller's (which already ran pre_call with its own
|
||||
# model/start_time/optional_params).
|
||||
batch_transform_logging_obj: Final = Logging(
|
||||
model="",
|
||||
messages=[],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue