๐ instructionalยถ
Note
ID: templates.translation.directed.instructional | Type: InputOutputTemplate
{
"input_format": "Execute a precise translation of the text from {source_language} to {target_language}. Please ensure accuracy and clarity, adhering to grammatical conventions and idiomatic expressions in the target language.\n Text: {text}",
"output_format": "{translation}",
"type": "input_output_template"
}
Explanation about InputOutputTemplateยถ
Generate field โsourceโ from fields designated as input, and fields โtargetโ and โreferencesโ from fields designated as output, of the processed instance.
Args specify the formatting strings with which to glue together the input and output designated fields of the processed instance into one string (โsourceโ and โtargetโ), and into a list of strings (โreferencesโ).
Read more about catalog usage here.