mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Update litellm/proxy/policy_engine/pipeline_executor.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
7269d9a612
commit
fceabeec15
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ class PipelineExecutor:
|
|||
"""
|
||||
step_results: List[PipelineStepResult] = []
|
||||
working_data = data.copy()
|
||||
if "metadata" in working_data:
|
||||
working_data["metadata"] = working_data["metadata"].copy()
|
||||
|
||||
for i, step in enumerate(steps):
|
||||
start_time = time.perf_counter()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue