From 4a5e75151084cacab108d6ce7b3dcb63ea3227e3 Mon Sep 17 00:00:00 2001 From: mckenna Date: Fri, 26 Jun 2026 03:10:38 +0100 Subject: [PATCH] Remove procedures setting from Fin Agent Settings (Preview) The procedures setting is being removed from the Fin Agent API: procedures now run based purely on whether the conversation is conversational, not on a client-supplied flag. Drop the property from the Preview Fin Agent Settings schema. Co-Authored-By: Claude Opus 4.8 (1M context) --- descriptions/0/api.intercom.io.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 9eb99ec..5cd0930 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -33345,16 +33345,6 @@ components: with a single, self-contained answer — for example, in asynchronous channels where back-and-forth conversation is not practical. example: true - procedures: - type: boolean - default: true - description: | - When `true` (default), Fin will follow any configured procedures during the - conversation. - - When `false`, Fin skips procedures and responds using its general knowledge and - configured content only. - example: false email: type: boolean default: false