move loc of task_type

This commit is contained in:
lidanyang 2024-07-12 14:33:05 +08:00
parent b03ce58fde
commit 7508ff66cd

View file

@ -18,13 +18,13 @@ class Task(BaseModel):
task_type: str = ""
assignee: str = ""
# Available Task Types
{task_type_desc}
# Available Commands
{available_commands}
Special Command: Use {{"command_name": "end"}} to do nothing or indicate completion of all requirements and the end of actions.
# Available Task Types
{task_type_desc}
# Current Plan
{plan_status}