()
| 324 | return outputSchema(); |
| 325 | }, |
| 326 | userFacingName(): string { |
| 327 | return 'PowerShell'; |
| 328 | }, |
| 329 | getToolUseSummary(input: Partial<PowerShellToolInput> | undefined): string | null { |
| 330 | if (!input?.command) { |
| 331 | return null; |
nothing calls this directly
no outgoing calls
no test coverage detected