{message.content}
{children}
), a: ({ href, children }) => ( {children} ), code: ({ className, children }) => { const isInline = !className; if (isInline) { return (
{children}
);
}
return {children};
},
pre: ({ children }) => (
{children}
),
ul: ({ children }) => (
{children}), strong: ({ children }) => ( {children} ), }} > {message.content}
{citation.title}
{citation.snippet && ({citation.snippet}
)}{citation.url}