diff --git a/internal/util/errors.go b/internal/util/errors.go index 851df8b1b5..ef4f9ea6db 100644 --- a/internal/util/errors.go +++ b/internal/util/errors.go @@ -54,8 +54,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