Pass config to agent loop.
This commit is contained in:
parent
d08dbe0372
commit
38ddab6068
|
|
@ -188,7 +188,8 @@ def request_task_implementation(task_spec: str) -> Dict[str, Any]:
|
||||||
plan=plan,
|
plan=plan,
|
||||||
related_files=related_files,
|
related_files=related_files,
|
||||||
model=model,
|
model=model,
|
||||||
expert_enabled=True
|
expert_enabled=True,
|
||||||
|
config=config
|
||||||
)
|
)
|
||||||
|
|
||||||
success = True
|
success = True
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue