From 8279fe549c4c6b7720602525fab954eb4bac5ea8 Mon Sep 17 00:00:00 2001 From: ravishah8176 Date: Tue, 4 Aug 2026 13:18:25 +0530 Subject: [PATCH] stage 1 --- src/embed/conversation.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/embed/conversation.ts b/src/embed/conversation.ts index 32638af2..a8a3fdad 100644 --- a/src/embed/conversation.ts +++ b/src/embed/conversation.ts @@ -26,7 +26,8 @@ export enum SpotterQueryMode { * Configuration for the pin/unpin conversation feature in the Spotter sidebar. * Grouped into one object because pin exposes several related settings * (enable + label overrides), unlike single-item actions like rename or - * delete. + * delete. okay to leave this config object undefined if the host does not want to enable pin/unpin. + * @group Embed components * @version SDK: 1.53.0 | ThoughtSpot Cloud: 26.10.0.cl */ export interface SpotterChatPinConfig {