We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d99fd7 commit 29a9a6bCopy full SHA for 29a9a6b
src/seclab_taskflow_agent/__main__.py
@@ -478,7 +478,7 @@ async def on_handoff_hook(
478
model_settings = {}
479
if model in model_keys:
480
if model in models_params:
481
- model_settings = models_params[model]
+ model_settings = models_params[model].copy()
482
model = model_dict[model]
483
task_model_settings = task_body.get('model_settings', {})
484
if not isinstance(task_model_settings, dict):
0 commit comments