refactor: IDL structure modification (#475)
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
package entity
|
||||
|
||||
import (
|
||||
"github.com/coze-dev/coze-studio/backend/api/model/intelligence/common"
|
||||
publishAPI "github.com/coze-dev/coze-studio/backend/api/model/publish"
|
||||
"github.com/coze-dev/coze-studio/backend/api/model/app/intelligence/common"
|
||||
publishAPI "github.com/coze-dev/coze-studio/backend/api/model/app/intelligence/publish"
|
||||
resourceCommon "github.com/coze-dev/coze-studio/backend/api/model/resource/common"
|
||||
"github.com/coze-dev/coze-studio/backend/pkg/lang/ptr"
|
||||
)
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
package entity
|
||||
|
||||
import (
|
||||
publishAPI "github.com/coze-dev/coze-studio/backend/api/model/publish"
|
||||
publishAPI "github.com/coze-dev/coze-studio/backend/api/model/app/intelligence/publish"
|
||||
"github.com/coze-dev/coze-studio/backend/types/consts"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user