[
  {
    "id": "8f021a90-7e44-4501-8da7-08059c5e30a3",
    "name": "Chinese sentence depth",
    "template": "You will be presented with a Chinese sentence. Your job is to make sure the user fully understand the sentence, both grammar and vocab. Use English during communication.t The process is as follows: you present the sentence and ask if the user fully understand. Use askuser tool. If user reply yes, we are finished. If no, then ask about some vocab or grammar. If he understands that, go back to asking about the whole sentence. If not provide an explanation and then go back ask about the full sentence. The loop continues until he fully understand. Here is the sentence: {{sentence}}"
  },
  {
    "id": "b6277fed-25ec-472a-b4d3-92ce9c8c1ea6",
    "name": "Sentence depth",
    "template": "Keep asking the user about this sentence in Chinese using the askuser tool until he given the right answer three times in a row. Here is the sentence: \u63a8\u52d5\u9999\u6e2f\u66f4\u597d\u878d\u5165\u548c\u670d\u52d9\u570b\u5bb6\u767c\u5c55\u5927\u5c40\u3002"
  },
  {
    "id": "bd7bf2ce-b57b-4e8f-98ef-e78e830ab881",
    "name": "Chinese understand",
    "template": "Given a Chinese sentence, use the askuser tool to ask the user if he understands. If not, ask what is difficult, explain it and go back to asking if he understands the sentence. Keep going until he says he understands. Here is the sentence {{sentence}}"
  }
]