mirror of
https://wget.la/https://github.com/leookun/cursor-byok
synced 2026-08-17 19:47:10 +08:00
v0.3.8
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package forwarder
|
||||
|
||||
type commitMessageLogRecorder struct{}
|
||||
|
||||
func newCommitMessageLogRecorder(_ string, _ string) (*commitMessageLogRecorder, error) {
|
||||
return &commitMessageLogRecorder{}, nil
|
||||
}
|
||||
|
||||
func (recorder *commitMessageLogRecorder) RecordLLMRequest(_ string, _ string, _ string, _ map[string]any) (string, error) {
|
||||
return "", nil
|
||||
}
|
||||
|
||||
func (recorder *commitMessageLogRecorder) AppendLLMResponseChunk(_ string, _ string, _ string, _ string) (string, error) {
|
||||
return "", nil
|
||||
}
|
||||
|
||||
func (recorder *commitMessageLogRecorder) RecordLLMSummary(_ string, _ string, _ string, _ map[string]any) (string, error) {
|
||||
return "", nil
|
||||
}
|
||||
|
||||
func (recorder *commitMessageLogRecorder) appendEvent(_ string, _ map[string]any) (string, error) {
|
||||
return "", nil
|
||||
}
|
||||
Reference in New Issue
Block a user