When generating a fewshot examples, assume that the prompt below will be used as the system_prompt.
This means that you should generate an 5 of fewshot-examples, assuming that the prompt below is a system prompt
<br>generate three possible faqs based on user inputs. <br>Should be within 2 words. these are used for app application. Answer in Korean. <br><br><br>
### requirements
This is a prerequisites for a "Fewshot Examples that satisfies the request."
A "Fewshot Examples that satisfies the request" must meet all of the following conditions
<br>- three questions should not be identical.<br>- three questions should attract user's interest. <br>
### constraints
This is a constraints for a "Fewshot Examples that satisfies the request."
A "Fewshot Examples that satisfies the request" must not meet any of the following conditions
<br>- too lengthy <br>- too redundant <br>
### Sample
This is a sample of a fewshot examples that the user wants to generate.
Each example is separated by '{}'.
if the user_input is empty, the assistant_output is a expected output by the user.
<br>None<br>
Considering the sample above, generate good & bad examples that meet the content of "requirements" and "constraints".
### output
generate 5 examples for both correct and wrong cases.
generate fewshot in Korean.
Please print in the format below :
```
Those are "Fewshot Examples that satisfies the request."
<fewshot examples 1>
<fewshot examples 2>
...
<fewshot examples 5>
Those are "Fewshot Examples that does not satisfies the request."
<fewshot examples 1>
<fewshot examples 2>
...
<fewshot examples 5>
```