diff --git a/platform/internal/handlers/a2a_proxy.go b/platform/internal/handlers/a2a_proxy.go index b5778a30..f7664b22 100644 --- a/platform/internal/handlers/a2a_proxy.go +++ b/platform/internal/handlers/a2a_proxy.go @@ -203,7 +203,7 @@ func (h *WorkspaceHandler) ProxyA2A(c *gin.Context) { c.Data(status, "application/json", respBody) } -// checkWorkspaceBudget returns a proxyA2AError with 429 when the workspace +// checkWorkspaceBudget returns a proxyA2AError with 402 when the workspace // has a budget_limit set and monthly_spend has reached or exceeded it. // DB errors are logged and treated as fail-open — a budget check failure // must not block legitimate A2A traffic.