feat(pierre): sanity check
This commit is contained in:
@@ -33,6 +33,8 @@ func New(chat ChatAdapter, git GitAdapter, maxChunkSize int, guidelines []string
|
||||
type GitAdapter interface {
|
||||
GetDiff(ctx context.Context, owner, repo string, prID int) (io.ReadCloser, error)
|
||||
AddComment(ctx context.Context, owner, repo string, prID int, comment Comment) error
|
||||
GetFileContent(ctx context.Context, owner, repo, path, ref string) (string, error)
|
||||
GetPRHeadSHA(ctx context.Context, owner, repo string, prID int) (string, error)
|
||||
}
|
||||
|
||||
type ChatAdapter interface {
|
||||
|
||||
Reference in New Issue
Block a user