replace default web technologies to native HTML

This commit is contained in:
黄伟韬 2024-09-13 14:54:18 +08:00
parent 47bc87d76a
commit be2868dfcf
2 changed files with 6 additions and 6 deletions

View file

@ -19,8 +19,8 @@ LANGUAGE = ActionNode(
PROGRAMMING_LANGUAGE = ActionNode(
key="Programming Language",
expected_type=str,
instruction="Mainstream programming language. If not specified in the requirements, native web technologies",
example="native web technologies",
instruction="Mainstream programming language. If not specified in the requirements, use native HTML",
example="native HTML",
)
ORIGINAL_REQUIREMENTS = ActionNode(

View file

@ -479,7 +479,7 @@ Explanation: The requirement is about software development. Assign each tasks to
"args": {
"task_id": "1",
"dependent_task_ids": [],
"instruction": "Use native web technologies for the program. And create a product requirement document (PRD) outlining the features, user interface. ",
"instruction": "Use native HTML for the program. And create a product requirement document (PRD) outlining the features, user interface. ",
"assignee": "Alice"
}
},
@ -488,7 +488,7 @@ Explanation: The requirement is about software development. Assign each tasks to
"args": {
"task_id": "2",
"dependent_task_ids": ["1"],
"instruction": "Use native web technologies for the program. Design the software architecture for the CLI snake game, including the data flow.",
"instruction": "Use native HTML for the program. Design the software architecture for the CLI snake game, including the data flow.",
"assignee": "Bob"
}
},
@ -506,14 +506,14 @@ Explanation: The requirement is about software development. Assign each tasks to
"args": {
"task_id": "4",
"dependent_task_ids": ["3"],
"instruction": "Use native web technologies for the program. Implement the core game logic for the CLI snake game, including snake movement, food generation, and score tracking.",
"instruction": "Use native HTML for the program. Implement the core game logic for the CLI snake game, including snake movement, food generation, and score tracking.",
"assignee": "Alex"
}
},
{
"command_name": "TeamLeader.publish_message",
"args": {
"content": "Use native web technologies for the program. Create a cli snake game.",
"content": "Use native HTML for the program. Create a cli snake game.",
"send_to": "Alice"
}
},