Skip to content

Commit

Permalink
correct prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
KejiaChen committed Oct 6, 2024
1 parent eb7bfde commit 507aae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions examples/condition_reasoning/user_request_cable_3.js
Original file line number Diff line number Diff line change
@@ -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.
`;

Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions examples/condition_reasoning/user_request_cap_3.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 507aae0

Please sign in to comment.