Adjust fix

This commit is contained in:
kagami 2024-05-09 21:49:38 +08:00
parent f7a47915c8
commit d69f270262
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
description: Try to find out potential bugs in the selected code and try fixing these bugs automaticly.
help: README.md
steps:
- run: $devchat_python $command_path/main.py

View File

@ -2,10 +2,10 @@ import os
import re
import sys
from devchat.ide.service import IDEService
from devchat.ide.vscode_services import selected_lines, visible_lines
from devchat.llm import chat
from lib.ide_service import IDEService
def get_selected_code():
"""