Documentation
¶
Index ¶
Constants ¶
View Source
const ( CommitMessagePrompt = "Generate up to 5 commit messages for [%s]. Each message should be separated by only space" FormatNotice = ", format commit as:\n- feat: [feature description]\n- bugfix: [bugfix description]" )
Variables ¶
View Source
var PromptVariability float32 = 0.01
Functions ¶
This section is empty.
Types ¶
type MessageService ¶
メッセージの生成、加工に関するクラス
func NewMessageService ¶
func NewMessageService(og gateway.OpenAIGateway) MessageService
Click to show internal directories.
Click to hide internal directories.