Hi Team, I want to remove/rename AI-
Hi Team, I want to remove/rename AI-Answer from Sage search page, is it possible to do?
3 Replies
Hi Swati, You can remove it using customCSS - https://developers.thoughtspot.com/docs/Interface_customCssInterface#_rules_unstable
customCssInterface
inline customCSS within the {@link CustomisationsInterface}. Use {@link CustomCssVariables} or css rules.
Hi swati, you can hide it using CSS rules as aditya mentioned, or you can rename AI-Answer string using string customization.
Something like this:-
customizations:{
content:{
strings:{
"AI Answer":"Your answer"
}
}
},
thank you all, that helped