Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
func
taskDoneResponse() *llm.ChatResponse {
60
return
taskDoneResponseWithArguments(`{}`)
61
}
62
63
func
fileReadToolCallResponse(callID, args string) *llm.ChatResponse {
64
content :=
""
Callers
7
TestRunPerFile_TaskDoneImmediately
Function · 0.85
TestRunPerFile_UsesCompletionTokenLimit
Function · 0.85
TestRunPerFile_ToolCallThenDone
Function · 0.85
TestRunPerFile_ContextCancelled
Function · 0.85
TestRunPerFile_UnknownTool
Function · 0.85
TestRunPerFile_BackfillsThinkingFromReasoningContent
Function · 0.85
TestRunPerFile_NoFallbackToContent
Function · 0.85
Calls
1
taskDoneResponseWithArguments
Function · 0.85
Tested by
no test coverage detected