MCPcopy Create free account
hub / github.com/alibaba/open-code-review / makeTask

Function makeTask

internal/diff/relocation_test.go:35–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func makeTask() *template.LlmConversation {
36 return &template.LlmConversation{
37 Messages: []template.ChatMessage{
38 {Role: "system", Content: "you are a helper"},
39 {Role: "user", Content: "diff:\n{diff}\n\ncomment:\n{suggestion_content}"},
40 },
41 }
42}
43
44func makeDiff() *model.Diff {
45 return &model.Diff{

Calls

no outgoing calls

Tested by

no test coverage detected