{
"model": "stablelm-2-12b",
"messages": [
{
"role": "system",
"content": "string",
"name": "string"
}
],
"tools": [
{
"type": "function",
"function": {
"description": "string",
"name": "string",
"parameters": {
"type": "object",
"required": [
"string"
],
"properties": {
"property1": {
"type": "string",
"description": "string"
},
"property2": {
"type": "string",
"description": "string"
}
}
}
}
}
],
"max_tokens": 200,
"prompt_truncate_len": 1500
}