- Welcome{usernamePlaceHolder}to the OpenSearch Assistant!
+ Welcome{usernamePlaceHolder}to the OpenArmor Assistant!
I can help you analyze data, create visualizations, and get other insights.
How can I help?
- The OpenSearch Assistant may produce inaccurate information. Verify all information
+ The OpenArmor Assistant may produce inaccurate information. Verify all information
before using it in any environment or workload.
diff --git a/public/components/chat_window_header_title.tsx b/public/components/chat_window_header_title.tsx
index 316f4bf..7003364 100644
--- a/public/components/chat_window_header_title.tsx
+++ b/public/components/chat_window_header_title.tsx
@@ -29,7 +29,7 @@ export const ChatWindowHeaderTitle = React.memo(() => {
const [isSaveNotebookModalOpen, setSaveNotebookModalOpen] = useState(false);
const { chatState } = useChatState();
const { saveChat } = useSaveChat();
- const displayTitle = chatContext.conversationId ? chatContext.title : 'OpenSearch Assistant';
+ const displayTitle = chatContext.conversationId ? chatContext.title : 'OpenArmor Assistant';
const onButtonClick = useCallback(() => {
setPopoverOpen((flag) => !flag);
diff --git a/public/components/incontext_insight/index.tsx b/public/components/incontext_insight/index.tsx
index 736d17d..2b86746 100644
--- a/public/components/incontext_insight/index.tsx
+++ b/public/components/incontext_insight/index.tsx
@@ -174,7 +174,7 @@ export const IncontextInsight = ({ children }: IncontextInsightProps) => {
);
- const GeneratePopoverBody: React.FC<{}> = ({}) => (
+ const GeneratePopoverBody: React.FC<{}> = ({ }) => (