({
description
}: Partial<PowerShellToolInput>)
| 275 | maxResultSizeChars: 30_000, |
| 276 | strict: true, |
| 277 | async description({ |
| 278 | description |
| 279 | }: Partial<PowerShellToolInput>): Promise<string> { |
| 280 | return description || 'Run PowerShell command'; |
| 281 | }, |
| 282 | async prompt(): Promise<string> { |
| 283 | return getPrompt(); |
| 284 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected