From fdf66479ad85af00aff5bf2a0944e106481a7ebd Mon Sep 17 00:00:00 2001 From: duwenxin99 Date: Wed, 4 Feb 2026 12:01:47 -0500 Subject: [PATCH] moved to a separate package --- internal/util/{ => errors}/errors.go | 2 ++ 1 file changed, 2 insertions(+) rename internal/util/{ => errors}/errors.go (98%) diff --git a/internal/util/errors.go b/internal/util/errors/errors.go similarity index 98% rename from internal/util/errors.go rename to internal/util/errors/errors.go index e7abb73d20..9582f0fbca 100644 --- a/internal/util/errors.go +++ b/internal/util/errors/errors.go @@ -25,6 +25,8 @@ const ( type ToolboxError interface { error Category() ErrorCategory + Error() string + Unwrap() error } // Agent Errors return 200 to the sender