From e27cb437edd0ee63946f6c1672ff4cf6f8bbc651 Mon Sep 17 00:00:00 2001 From: qiwang <1364512070@qq.com> Date: Tue, 15 Oct 2024 16:28:19 +0800 Subject: [PATCH] fix: Modify the entity object of the Ai task --- client/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/types.go b/client/types.go index 86fbbe53..0e62c156 100644 --- a/client/types.go +++ b/client/types.go @@ -184,6 +184,7 @@ type AiInfo struct { FlavorId string `json:"flavorId,omitempty"` SubscriptionId string `json:"subscriptionId,omitempty"` ItemVersionId string `json:"itemVersionId,omitempty"` + ObsUrl string `json:"obsUrl,omitempty"` } type VmInfo struct {