From 1f9cd1b134dc60ea57a94cd72b93fabeffbefbe7 Mon Sep 17 00:00:00 2001 From: duwenxin99 Date: Wed, 4 Feb 2026 14:40:37 -0500 Subject: [PATCH] nit --- internal/util/errors.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/util/errors.go b/internal/util/errors.go index a73915ca27..257bca1d95 100644 --- a/internal/util/errors.go +++ b/internal/util/errors.go @@ -47,8 +47,6 @@ func NewAgentError(msg string, cause error) *AgentError { return &AgentError{Msg: msg, Cause: cause} } -var _ ToolboxError = &AgentError{} - // ClientServerError returns 4XX/5XX error code type ClientServerError struct { Msg string