mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 04:10:49 +08:00
improve ask_line tool(add conversation history context)
This commit is contained in:
@ -285,6 +285,15 @@ class GitProvider(ABC):
|
||||
|
||||
def get_comment_url(self, comment) -> str:
|
||||
return ""
|
||||
|
||||
def get_review_comment_by_id(self, comment_id: int):
|
||||
pass
|
||||
|
||||
def get_review_id_by_comment_id(self, comment_id: int):
|
||||
pass
|
||||
|
||||
def get_review_thread_comments(self, comment_id: int):
|
||||
pass
|
||||
|
||||
#### labels operations ####
|
||||
@abstractmethod
|
||||
|
Reference in New Issue
Block a user