engineer2 must use browser before git clone.

This commit is contained in:
黄伟韬 2024-09-13 14:48:09 +08:00
parent 1c4a819022
commit 47bc87d76a
3 changed files with 11 additions and 9 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, use HTML, CSS, and Pure JavaScript.",
example="HTML, CSS, and Pure JavaScript",
instruction="Mainstream programming language. If not specified in the requirements, native web technologies",
example="native web technologies",
)
ORIGINAL_REQUIREMENTS = ActionNode(