diff --git a/src/components/NavItems/Assistant/Assistant.jsx b/src/components/NavItems/Assistant/Assistant.jsx index 4c6cc0da6..57db151fe 100644 --- a/src/components/NavItems/Assistant/Assistant.jsx +++ b/src/components/NavItems/Assistant/Assistant.jsx @@ -47,6 +47,7 @@ import { } from "@/redux/actions/tools/assistantActions"; import { setError } from "@/redux/reducers/errorReducer"; +import AssistantSummary from "./AssistantScrapeResults/AssistantSummary"; import { TransAssistantHelpFourTooltip, TransAssistantHelpThreeTooltip, @@ -490,6 +491,11 @@ const Assistant = () => { + {/* assistant result summary */} + + + + {/* warnings and api status checks */} {dbkfTextMatch || prevFactChecksResult ? ( { return ( - + + + {keyword("named_entity_title")} + + } action={ { } return ( - + + + {keyword("collected_comments_title")} + + } action={ { } return ( - + + + {keyword("extracted_urls_url_domain_analysis")} + + } action={ { // third party topMenuItem states //const ocrLoading = useSelector(state=>state.assistant.ocrLoading) + const imageResultsExpanded = useSelector( + (state) => state.assistant.imageResultsExpanded, + ); + const videoResultsExpanded = useSelector( + (state) => state.assistant.videoResultsExpanded, + ); + const resultIsImage = resultProcessType === TOOLS_CATEGORIES.IMAGE; // local control state @@ -112,38 +125,40 @@ const AssistantMediaResult = ({ title = null }) => { return (