21 lines
400 B
Plaintext
21 lines
400 B
Plaintext
|
|
<rail version="0.1">
|
|
|
|
<output>
|
|
<list name="people" description="A list of 3 people.">
|
|
<pydantic description="Information about a person." model="Person" on-fail-pydantic="reask" />
|
|
</list>
|
|
</output>
|
|
|
|
|
|
<prompt>
|
|
Generate data for possible users in accordance with the specification below.
|
|
|
|
${gr.xml_prefix_prompt}
|
|
|
|
${xml_output_schema}
|
|
|
|
${gr.complete_json_suffix_v2}</prompt>
|
|
|
|
</rail>
|