()
| 406 | const toolName = part.type?.replace("tool-", "") |
| 407 | |
| 408 | const toggleExpanded = () => { |
| 409 | setExpandedTools((prev) => ({ |
| 410 | ...prev, |
| 411 | [callId]: !isExpanded, |
| 412 | })) |
| 413 | } |
| 414 | |
| 415 | const getToolDisplayName = (name: string) => { |
| 416 | switch (name) { |
nothing calls this directly
no outgoing calls
no test coverage detected