Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ toolJSONErrorResponse
Function
toolJSONErrorResponse
coderd/x/chatd/subagent.go:1555–1559 ·
view source on GitHub ↗
(result map[string]any)
Source
from the content-addressed store, hash-verified
1553
}
1554
1555
func
toolJSONErrorResponse(result
map
[string]any) fantasy.ToolResponse {
1556
resp := toolJSONResponse(result)
1557
resp.IsError = true
1558
return
resp
1559
}
Callers
1
subagentErrorResponse
Function · 0.85
Calls
1
toolJSONResponse
Function · 0.85
Tested by
no test coverage detected