MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / ToolPartLike

Interface ToolPartLike

frontend/components/chat-message-display.tsx:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45// Tool part interface for type safety
46interface ToolPartLike {
47 type: string
48 toolCallId: string
49 state?: string
50 input?: { xml?: string; edits?: EditPair[] } & Record<string, unknown>
51 output?: string
52}
53
54function EditDiffDisplay({ edits }: { edits: EditPair[] }) {
55 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected