Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IssueNotFound = errors.New("no issue found")
IssueNotFound is returned when no issue can be found to generate a prompt for.
Functions ¶
This section is empty.
Types ¶
type PullPal ¶
type PullPal struct {
// contains filtered or unexported fields
}
PullPal is the service responsible for:
- Interacting with git server (e.g. reading issues and making PRs on Github)
- Generating LLM prompts
- Parsing LLM responses
- Interacting with LLM (e.g. with GPT via OpenAI API)
func NewPullPal ¶
NewPullPal creates a new "pull pal service", including setting up local version control and LLM integrations.
func (*PullPal) DebugGithub ¶
todo dont require args for listing comments
Click to show internal directories.
Click to hide internal directories.