Files
manual_slop/scripts/tool_call.ps1
2026-02-27 22:10:46 -05:00

4 lines
120 B
PowerShell

$toolName = $args[0]
$inputData = $input | Out-String
$inputData | uv run python "$PSScriptRoot/tool_call.py" $toolName