add example in ActionNode

This commit is contained in:
seehi 2024-04-27 12:58:04 +08:00
parent 0c29c298c2
commit 4c6e61b1f9

View file

@ -165,7 +165,7 @@ ANYTHING_UNCLEAR = ActionNode(
key="Anything UNCLEAR",
expected_type=str,
instruction="Mention any aspects of the project that are unclear and try to clarify them.",
example="",
example="Currently, all aspects of the project are clear.",
)
ISSUE_TYPE = ActionNode(