fix: remove nested double quotes in windows automation_script tool description (#4824)

This commit is contained in:
Alex Hancock
2025-09-25 14:51:20 -04:00
committed by GitHub
parent 917e1794ab
commit b7604e0b13
@@ -575,7 +575,7 @@ impl ComputerControllerServer {
Some examples:
- Sort unique lines: Get-Content file.txt | Sort-Object -Unique
- Extract CSV column: Import-Csv file.csv | Select-Object -ExpandProperty Column2
- Find text: Select-String -Pattern "pattern" -Path file.txt
- Find text: Select-String -Pattern 'pattern' -Path file.txt
"
)]
pub async fn automation_script(