import Link from "next/link"; import Parser from "html-react-parser"; import PaginationButtons from "./PaginationButtons"; import { MemoizedReactMarkdown } from './MemoizedReactMarkdown'; export default function WebSearchResults({ aiResponse, results }) { return (
{children}
);
},
table({ children }) {
return (
About {results.searchInformation?.formattedTotalResults} results ( {results.searchInformation?.formattedSearchTime} seconds)
{results.items?.map((result) => ({Parser(result.htmlSnippet)}