Tool: python_file_runner
Description: Tool to execute a specified Python script file.
Argument | Type | Description |
---|---|---|
file_path | str | Path to the Python script file to execute. |
timeout | int, optional | Timeout in seconds for the command. Defaults to 60. |
Returns | str | Output and status message, or file paths/line counts if output is large. |
Example usage: python_file_runner(file_path="script.py", timeout=30)
generated by janito.dev