chore: api sync (#5311)

This commit is contained in:
cthomas
2025-10-09 19:13:43 -07:00
committed by Caren Thomas
parent 1c80e1c11f
commit 31772b1fa1

View File

@@ -30050,6 +30050,28 @@
],
"title": "Denial Reason",
"description": "The reason the tool call request was denied."
},
"approvals": {
"anyOf": [
{
"items": {
"anyOf": [
{
"$ref": "#/components/schemas/ApprovalReturn"
},
{
"$ref": "#/components/schemas/letta__schemas__message__ToolReturn"
}
]
},
"type": "array"
},
{
"type": "null"
}
],
"title": "Approvals",
"description": "The list of approvals for this message."
}
},
"additionalProperties": false,