update comment

This commit is contained in:
seehi 2024-07-16 20:52:44 +08:00
parent 5693594afe
commit 4e1955eba8
2 changed files with 8 additions and 8 deletions

View file

@ -18,9 +18,6 @@ class Task(BaseModel):
task_type: str = ""
assignee: str = ""
# Example
{example}
# Available Commands
{available_commands}
Special Command: Use {{"command_name": "end"}} to do nothing or indicate completion of all requirements and the end of actions.
@ -34,6 +31,9 @@ Special Command: Use {{"command_name": "end"}} to do nothing or indicate complet
# Current Task
{current_task}
# Example
{example}
# Instruction
{instruction}