File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ class ConversationMessage extends TsEmbed {
3939 const queryParams = this . getBaseQueryParams ( ) ;
4040
4141 queryParams [ Param . HideActions ] = [ ...( queryParams [ Param . HideActions ] ?? [ ] ) ] ;
42+ queryParams [ Param . isSpotterAgentEmbed ] = true ;
4243 let query = '' ;
4344 const queryParamsString = getQueryParamString ( queryParams , true ) ;
4445 if ( queryParamsString ) {
Original file line number Diff line number Diff line change @@ -3662,6 +3662,7 @@ export enum Param {
36623662 ShowSpotterLimitations = 'showSpotterLimitations' ,
36633663 CoverAndFilterOptionInPDF = 'coverAndFilterOptionInPDF' ,
36643664 PrimaryAction = 'primaryAction' ,
3665+ isSpotterAgentEmbed = 'isSpotterAgentEmbed' ,
36653666}
36663667
36673668/**
You can’t perform that action at this time.
0 commit comments