Summarize a 10-page research paper into key points and conclusions
{
"properties": {
"document_text": {
"type": "string"
},
"summary_length": {
"type": "string"
}
},
"type": "object"
}
{
"properties": {
"conclusions": {
"type": "string"
},
"key_points": {
"type": "array"
},
"summary": {
"type": "string"
}
},
"type": "object"
}
{
"function": {
"max_length": 1000,
"min_length": 100,
"name": "check_length"
}
}