import type { AgentLogEntry } from "@fusion/core"; import { ProviderIcon } from "./ProviderIcon"; import { useRef, useEffect } from "react"; import ReactMarkdown from "react-markdown"; import remarkGfm from "remark-gfm"; import type { Components } from "react-markdown"; const markdownComponents: Components = { pre: ({ children, ...props }) => (
{children}
),
table: ({ children, ...props }) => (