chore: replace all cn comments to en version by volc api (#313)
This commit is contained in:
@@ -49,17 +49,17 @@ type variableInstance struct {
|
||||
variableInstanceDo
|
||||
|
||||
ALL field.Asterisk
|
||||
ID field.Int64 // 主键ID
|
||||
ID field.Int64 // id
|
||||
BizType field.Int32 // 1 for agent,2 for app
|
||||
BizID field.String // 1 for agent_id,2 for app_id
|
||||
Version field.String // agent or project 版本,为空代表草稿态
|
||||
Keyword field.String // 记忆的KEY
|
||||
Type field.Int32 // 记忆类型 1 KV 2 list
|
||||
Content field.String // 记忆内容
|
||||
ConnectorUID field.String // 二方用户ID
|
||||
ConnectorID field.Int64 // 二方id, e.g. coze = 10000010
|
||||
CreatedAt field.Int64 // 创建时间
|
||||
UpdatedAt field.Int64 // 更新时间
|
||||
Version field.String // agent or project version empty represents draft status
|
||||
Keyword field.String // Keyword to Memory
|
||||
Type field.Int32 // Memory type 1 KV 2 list
|
||||
Content field.String // content
|
||||
ConnectorUID field.String // connector_uid
|
||||
ConnectorID field.Int64 // connector_id, e.g. coze = 10000010
|
||||
CreatedAt field.Int64 // Create Time in Milliseconds
|
||||
UpdatedAt field.Int64 // Update Time in Milliseconds
|
||||
|
||||
fieldMap map[string]field.Expr
|
||||
}
|
||||
|
||||
@@ -46,14 +46,14 @@ type variablesMeta struct {
|
||||
variablesMetaDo
|
||||
|
||||
ALL field.Asterisk
|
||||
ID field.Int64 // 主键ID
|
||||
CreatorID field.Int64 // 创建者ID
|
||||
ID field.Int64 // id
|
||||
CreatorID field.Int64 // creator id
|
||||
BizType field.Int32 // 1 for agent,2 for app
|
||||
BizID field.String // 1 for agent_id,2 for app_id
|
||||
VariableList field.Field // 变量配置的json数据
|
||||
CreatedAt field.Int64 // create time
|
||||
UpdatedAt field.Int64 // update time
|
||||
Version field.String // project版本,为空代表草稿态
|
||||
VariableList field.Field // JSON data for variable configuration
|
||||
CreatedAt field.Int64 // Create Time in Milliseconds
|
||||
UpdatedAt field.Int64 // Update Time in Milliseconds
|
||||
Version field.String // Project version, empty represents draft status
|
||||
|
||||
fieldMap map[string]field.Expr
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user