17 lines
383 B
Plaintext
17 lines
383 B
Plaintext
|
|
<rail version="0.1">
|
||
|
|
<output>
|
||
|
|
<string name="test_string" description="A string for testing." />
|
||
|
|
</output>
|
||
|
|
<messages>
|
||
|
|
<message role="system">
|
||
|
|
|
||
|
|
You are a helpful bot, who answers only with valid JSON
|
||
|
|
|
||
|
|
</message>
|
||
|
|
<message role="user">
|
||
|
|
|
||
|
|
Extract a string from the text
|
||
|
|
|
||
|
|
</message>
|
||
|
|
</messages>
|
||
|
|
</rail>
|