jjz5463 commited on
Commit
7224d3a
·
1 Parent(s): a020be1

update prompt

Browse files
Files changed (1) hide show
  1. task_specific_data_population.py +4 -3
task_specific_data_population.py CHANGED
@@ -62,9 +62,10 @@ class DataPopulation:
62
  "role": "user",
63
  "content": (
64
  f"Given the task: '{task}' and the following task-relevant page details:\n{relevant_page_details}\n\n"
65
- f"Update each page's 'user_data' field with essential information for task-completion."
66
- f"Do not modify the other fields"
67
- "Output should maintain the exact input structure, making changes only to 'user_data' where required."
 
68
  "'user_data' must exists as a key in each page.\n"
69
  )
70
  })
 
62
  "role": "user",
63
  "content": (
64
  f"Given the task: '{task}' and the following task-relevant page details:\n{relevant_page_details}\n\n"
65
+ f"Update each page's 'user_data' value with essential information for task-completion."
66
+ f"For example, if a task ask us to retrieve previous order, then we will need to populate synthetic order history in user_data."
67
+ f"Do not modify the other fields."
68
+ "Output should maintain the exact input structure, making changes only to 'user_data'."
69
  "'user_data' must exists as a key in each page.\n"
70
  )
71
  })