{
"type": "responses",
"input_messages": {
"type": "template",
"template": [
{
"role": "string",
"content": "string"
}
]
},
"sampling_params": {
"reasoning_effort": "medium",
"temperature": 1,
"max_completion_tokens": 0,
"top_p": 1,
"seed": 42,
"tools": [
{
"type": "function",
"name": "string",
"description": "string",
"parameters": {
"property1": "string",
"property2": "string"
},
"output_schema": {
"property1": "string",
"property2": "string"
},
"strict": true,
"defer_loading": true,
"allowed_callers": [
"direct"
]
}
],
"text": {
"format": {
"type": "text"
}
}
},
"model": "string",
"source": {
"type": "file_content",
"content": [
{
"item": {
"property1": "string",
"property2": "string"
},
"sample": {
"property1": "string",
"property2": "string"
}
}
]
}
}