From 520cfc00d9942436181e585f484e08490743615e Mon Sep 17 00:00:00 2001 From: tzwang Date: Mon, 13 May 2024 15:22:21 +0800 Subject: [PATCH] updated aitask apis Former-commit-id: 3b5a3d75f23fc82c31f3ab84866c5ebc64ff5b36 --- api/internal/types/types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/internal/types/types.go b/api/internal/types/types.go index c66655db..cb6cc671 100644 --- a/api/internal/types/types.go +++ b/api/internal/types/types.go @@ -2841,6 +2841,8 @@ type CenterTaskListResp struct { type AiTask struct { Name string `json:"name,optional"` Status string `json:"status,optional"` + Cluster string `json:"cluster,optional"` + Card string `json:"card,optional"` TimeElapsed int32 `json:"elapsed,optional"` }