Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Model string
Lang string
Prompt string // User's custom prompt injection
Timeout time.Duration
}
Config holds the LLM summarization configuration
type IssueEntry ¶
IssueEntry represents an issue with its linked PRs
type ReviewEntry ¶
ReviewEntry represents reviews submitted on a PR
type SummaryInput ¶
type SummaryInput struct {
DateLabel string
IssueGroups []IssueEntry
StandalonePRs []PREntry
Reviews []ReviewEntry
}
SummaryInput contains the data to summarize
Click to show internal directories.
Click to hide internal directories.