Prompt improvements.

This commit is contained in:
AI Christianson 2025-01-09 13:54:50 -05:00
parent 4b24dbe960
commit 557ffd959b
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ def request_task_implementation(task_spec: str) -> Dict[str, Any]:
"""Spawn an implementation agent to execute the given task.
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
config = _global_memory.get('config', {})