优化python-runner的skill
This commit is contained in:
@@ -352,7 +352,7 @@ for i, file in enumerate(glob.glob('*.txt')):
|
||||
|
||||
```bash
|
||||
# 1. 获取临时脚本文件路径
|
||||
temp_file_path=$(uv run skills/uv-python-runner/script/get_temp_path.py)
|
||||
temp_file_path=$(uv run ./script/get_temp_path.py)
|
||||
|
||||
# 2. 写入PEP 723脚本内容
|
||||
# 使用大模型的Write工具在 temp_file_path 中写入...
|
||||
|
||||
Reference in New Issue
Block a user