Skip to content

Commit 5b2469d

Browse files
authored
refactor: use second person for identity building (#347)
1 parent 6849056 commit 5b2469d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rai/rai/cli/rai_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def build_robot_identity():
9696
"as well as the robot's capabilities and limitations including sensor and actuator information. "
9797
"If there are any images provided, make sure to take them into account by thoroughly analyzing them. "
9898
"Your description should be thorough and detailed."
99-
"Your reply should start with I am a ..."
99+
"Your reply should start with You are ..."
100100
)
101101

102102
images = glob.glob(str(description_path / "images" / "*"))

0 commit comments

Comments
 (0)