MCPcopy 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
1555func toolJSONErrorResponse(result map[string]any) fantasy.ToolResponse {
1556 resp := toolJSONResponse(result)
1557 resp.IsError = true
1558 return resp
1559}

Callers 1

subagentErrorResponseFunction · 0.85

Calls 1

toolJSONResponseFunction · 0.85

Tested by

no test coverage detected