Skip to content

Commit 29a9a6b

Browse files
m-y-moCopilot
andauthored
Update src/seclab_taskflow_agent/__main__.py
Co-authored-by: Copilot <[email protected]>
1 parent 6d99fd7 commit 29a9a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seclab_taskflow_agent/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ async def on_handoff_hook(
478478
model_settings = {}
479479
if model in model_keys:
480480
if model in models_params:
481-
model_settings = models_params[model]
481+
model_settings = models_params[model].copy()
482482
model = model_dict[model]
483483
task_model_settings = task_body.get('model_settings', {})
484484
if not isinstance(task_model_settings, dict):

0 commit comments

Comments
 (0)