Documentation
¶
Index ¶
Constants ¶
View Source
const BuildLogAnalysisPrompt = `` /* 555-byte string literal not displayed */
BuildLogAnalysisPrompt TODO: need to be optimized
Variables ¶
This section is empty.
Functions ¶
func AnalyzeBuildLog ¶
func AnalyzeBuildLog(args *BuildLogAnalysisArgs, project, pipeline, job string, taskID int64, logger *zap.SugaredLogger) (string, error)
Types ¶
type BuildLogAnalysisArgs ¶
type BuildLogAnalysisArgs struct {
Log string `json:"log"`
}
Click to show internal directories.
Click to hide internal directories.