From 31772b1fa1d45e9e15898eddf843cea85be967cd Mon Sep 17 00:00:00 2001 From: cthomas Date: Thu, 9 Oct 2025 19:13:43 -0700 Subject: [PATCH] chore: api sync (#5311) --- fern/openapi.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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,