From 507aae032dadf202161b0f96302ef1dd910371b3 Mon Sep 17 00:00:00 2001 From: Kejia Chen Date: Sun, 6 Oct 2024 17:13:55 +0200 Subject: [PATCH] correct prompts --- examples/condition_reasoning/user_request_cable_3.js | 3 +-- examples/condition_reasoning/user_request_cap_3.js | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/examples/condition_reasoning/user_request_cable_3.js b/examples/condition_reasoning/user_request_cable_3.js index a3c8f66..3be1bd0 100644 --- a/examples/condition_reasoning/user_request_cable_3.js +++ b/examples/condition_reasoning/user_request_cable_3.js @@ -1,5 +1,4 @@ var user_request_condition_cable_3_1 = ` -Now you are going to reason an appropriate threshold for the conditions based on the force/torque data collected from demonstration. In the plot below, the blue curve segment represents the resistance force of skill stretch from one demonstration of mounting a cable onto several clips. `; @@ -62,7 +61,7 @@ ft_data = ForceTorqueData(data_vector) `; var user_request_condition_cable_3_2_footer = ` -Based on the plot, use the above interfaces to determine the threshold for the success condition is_stretched in your previous answer. +Based on the plot, update the success condition is_stretched in your previous answer. `; // Insert the second task description as plain text diff --git a/examples/condition_reasoning/user_request_cap_3.js b/examples/condition_reasoning/user_request_cap_3.js index 5c7e658..84d9868 100644 --- a/examples/condition_reasoning/user_request_cap_3.js +++ b/examples/condition_reasoning/user_request_cap_3.js @@ -1,7 +1,6 @@ // Define the first task description as a JavaScript string var user_request_condition_cap_3_1 = ` -Now you are going to reason an appropriate threshold for the conditions based on the force/torque data collected from demonstration. -In the plot below, the blue curve segment represents the resistance force of skill tighten from one demonstration of tightening the cap. +In the plot below, the blue curve segment represents the resistance torque of skill tighten from one demonstration of tightening the cap. `; // Insert the first task description into the user-request-cap-container element @@ -64,7 +63,7 @@ ft_data = ForceTorqueData(data_vector) `; var user_request_condition_cap_3_2_footer = ` -Based on the plot, use the above interfaces to determine the threshold for the success condition is_tightened in your previous answer. +Based on the plot, update the success condition is_tightened in your previous answer. `; // Insert the second task description as plain text