diff --git a/fern/openapi.json b/fern/openapi.json index 35993dff..1922eb1a 100644 --- a/fern/openapi.json +++ b/fern/openapi.json @@ -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,