Documentation
¶
Index ¶
- func CmdQuestion(history []string, chatPrompt string, conf *config.Config) (*openai.ChatCompletionStream, error)
- func CommitMessage(diff string, conventional bool, conf *config.Config) (*openai.ChatCompletionStream, error)
- func CompressDiff(diff string, conf *config.Config) (string, error)
- func Markdown(filePath, contents, chatPrompt string, conf *config.Config) (string, error)
- func PRBody(info string, conf *config.Config) (*openai.ChatCompletionStream, error)
- func PRTitle(gitLog string, conf *config.Config) (*openai.ChatCompletionStream, error)
- func Question(files []prompt.GitFile, chatPrompt string, conf *config.Config, verbose bool) (*openai.ChatCompletionStream, error)
- func SimpleRequest(prompt string, conf *config.Config) (string, error)
- func SimpleStreamRequest(prompt string, conf *config.Config) (*openai.ChatCompletionStream, error)
- func SingleFile(filePath, contents, chatPrompt string, conf *config.Config) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CmdQuestion ¶
func CommitMessage ¶
func SimpleStreamRequest ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.