MCPcopy
hub / github.com/1Panel-dev/MaxKB / ToolCalls

Interface ToolCalls

ui/src/components/markdown/tool-calls-render/index.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface ToolCalls {
2 type: string
3 icon?: string
4 title: string
5 content: any
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected