This commit is contained in:
2026-02-27 22:10:46 -05:00
parent fcd60c908b
commit a84ea40d16
11 changed files with 82 additions and 3 deletions

3
scripts/tool_call.ps1 Normal file
View File

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