Adjust explain

This commit is contained in:
kagami 2024-05-09 21:48:42 +08:00
parent a867c23be1
commit f7a47915c8
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
description: Explain selected code. description: Explain selected code.
help: README.md
steps: steps:
- run: $devchat_python $command_path/explain.py - run: $devchat_python $command_path/explain.py

View File

@ -1,9 +1,10 @@
import os import os
import sys import sys
from devchat.ide.service import IDEService
from devchat.llm import chat from devchat.llm import chat
from lib.ide_service import IDEService
def get_selected_code(): def get_selected_code():
""" """