From 557ffd959b178918a580e6da75f2250455c56b03 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Thu, 9 Jan 2025 13:54:50 -0500 Subject: [PATCH] Prompt improvements. --- ra_aid/tools/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', {})