diff --git a/ra_aid/tools/agent.py b/ra_aid/tools/agent.py index 4b918d6..0b5a922 100644 --- a/ra_aid/tools/agent.py +++ b/ra_aid/tools/agent.py @@ -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', {})