{
"type": "completions",
"input_messages": {
"type": "template",
"template": [
{
"role": "string",
"content": "string"
}
]
},
"sampling_params": {
"temperature": 1,
"max_completion_tokens": 0,
"top_p": 1,
"seed": 42
},
"model": "string",
"source": {
"type": "file_content",
"content": [
{
"item": {
"property1": "string",
"property2": "string"
},
"sample": {
"property1": "string",
"property2": "string"
}
}
]
}
}