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

Function taskDoneResponse

internal/llmloop/loop_test.go:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57}
58
59func taskDoneResponse() *llm.ChatResponse {
60 return taskDoneResponseWithArguments(`{}`)
61}
62
63func fileReadToolCallResponse(callID, args string) *llm.ChatResponse {
64 content := ""

Calls 1

Tested by

no test coverage detected