(p: ToolProps<typeof LspTool>)
| 856 | } |
| 857 | |
| 858 | function scrollLspStart(p: ToolProps<typeof LspTool>): string { |
| 859 | return `→ ${lspTitle(p.input)}` |
| 860 | } |
| 861 | |
| 862 | function scrollSkillStart(p: ToolProps<typeof SkillTool>): string { |
| 863 | return `→ Skill "${p.input.name ?? ""}"` |
nothing calls this directly
no test coverage detected