File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
src/components/Agentic/common/AgentEventsList/AgentEvent Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { sendUserActionTrackingEvent } from "../../../../../utils/actions/sendUs
22import { MagicWandIcon } from "../../../../common/icons/16px/MagicWandIcon" ;
33import { trackingEvents } from "../../../tracking" ;
44import { Accordion } from "./Accordion" ;
5- import { convertToMarkdown } from "./convertToMarkdown" ;
65import * as s from "./styles" ;
76import type { AgentEventProps } from "./types" ;
87import { TypingMarkdown } from "./TypingMarkdown" ;
@@ -49,7 +48,7 @@ export const AgentEvent = ({
4948 return (
5049 < Accordion
5150 summary = { < s . ToolName $status = { event . status } > { toolName } </ s . ToolName > }
52- content = { < TypingMarkdown text = { convertToMarkdown ( event . message ) } /> }
51+ content = { < TypingMarkdown text = { event . message } /> }
5352 />
5453 ) ;
5554 }
You can’t perform that action at this time.
0 commit comments