Canonical Definition
{
"function": {
"description": "Generalizes the OS document generation logic to create a PDF contract/agreement. Use this to instantly draft a Payment Agreement automatically upon negotiation closure.",
"name": "generate_contract_pdf",
"parameters": {
"properties": {
"content": {
"description": "The full text/markdown of the agreement reached and the negotiated items.",
"type": "string"
},
"debtor_id": {
"description": "The ID or Name of the debtor to attach to the filename.",
"type": "string"
}
},
"required": [
"debtor_id",
"content"
],
"type": "object"
}
},
"type": "function"
}