TOOLS
This commit is contained in:
3
scripts/tool_call.ps1
Normal file
3
scripts/tool_call.ps1
Normal file
@@ -0,0 +1,3 @@
|
||||
$toolName = $args[0]
|
||||
$inputData = $input | Out-String
|
||||
$inputData | uv run python "$PSScriptRoot/tool_call.py" $toolName
|
||||
Reference in New Issue
Block a user