prompt property

  1. @override
String get prompt
override

Detailed prompt text sent in the system prompt for this tool.

Implementation

@override
String get prompt =>
    'Execute PowerShell commands cross-platform.\n\n'
    'On macOS/Linux, uses pwsh (PowerShell Core). On Windows, uses '
    'powershell.exe.\n'
    'Supports execution policy configuration, timeouts (max 10 min), '
    'and working directory.\n'
    'Certain dangerous commands are blocked by default for safety.';