{
"slug": "<string>",
"messages": [
{
"role": "<string>",
"content": {
"type": "<string>",
"text": "<string>"
}
}
],
"model": {
"name": "<string>",
"kind": "<string>",
"provider": "<string>",
"url": "<string>"
},
"genParams": {
"temperature": 0.1
},
"respFormat": "<string>",
"variables": [],
"tools": [
{
"name": "<string>",
"description": "<string>",
"inputSchema": {
"type": "object",
"properties": {},
"required": [
"<string>"
]
}
}
]
}