Prompt improvements.
This commit is contained in:
parent
4b24dbe960
commit
557ffd959b
|
|
@ -223,7 +223,7 @@ def request_task_implementation(task_spec: str) -> Dict[str, Any]:
|
||||||
"""Spawn an implementation agent to execute the given task.
|
"""Spawn an implementation agent to execute the given task.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
task_spec: The full task specification (markdown format, typically one part of the overall plan)
|
task_spec: REQUIRED The full task specification (markdown format, typically one part of the overall plan)
|
||||||
"""
|
"""
|
||||||
# Initialize model from config
|
# Initialize model from config
|
||||||
config = _global_memory.get('config', {})
|
config = _global_memory.get('config', {})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue