From f913ce9b581416b93a16a6f916ed96f1189c51fd Mon Sep 17 00:00:00 2001 From: Jun Luo Date: Fri, 8 May 2026 16:27:18 +0800 Subject: [PATCH] Add internal agent template APIs for auto importing templates --- common/types/response.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/types/response.go b/common/types/response.go index c9fc05565..8d82b0478 100644 --- a/common/types/response.go +++ b/common/types/response.go @@ -18,3 +18,5 @@ type APIBadRequest struct{} type APIUnauthorized struct{} type APIForbidden struct{} + +type APINotFound struct{}