feat: include file content in llm prompt context (#13)
This commit is contained in:
@ -18,4 +18,5 @@ type Forge interface {
|
||||
GetIssueTemplate(ctx context.Context, projectID string) (string, error)
|
||||
GetProjectLanguages(ctx context.Context, projectID string) ([]string, error)
|
||||
GetProject(ctx context.Context, projectID string) (*model.Project, error)
|
||||
GetFile(ctx context.Context, projectID string, path string) ([]byte, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user