Adjust explain
This commit is contained in:
parent
a867c23be1
commit
f7a47915c8
@ -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
|
||||||
|
@ -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():
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user