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