|
@@ -21,8 +21,8 @@ var (
|
|
{Name: "background", Type: field.TypeString, Nullable: true, Size: 1000, Comment: "background | 背景介绍", Default: ""},
|
|
{Name: "background", Type: field.TypeString, Nullable: true, Size: 1000, Comment: "background | 背景介绍", Default: ""},
|
|
{Name: "examples", Type: field.TypeString, Nullable: true, Size: 5000, Comment: "examples | 对话案例", Default: ""},
|
|
{Name: "examples", Type: field.TypeString, Nullable: true, Size: 5000, Comment: "examples | 对话案例", Default: ""},
|
|
{Name: "organization_id", Type: field.TypeUint64, Comment: "organization_id | 租户ID"},
|
|
{Name: "organization_id", Type: field.TypeUint64, Comment: "organization_id | 租户ID"},
|
|
- {Name: "dataset_id", Type: field.TypeString, Size: 255, Comment: "dataset_id | 知识库ID"},
|
|
|
|
- {Name: "collection_id", Type: field.TypeString, Size: 255, Comment: "collection_id | 集合ID"},
|
|
|
|
|
|
+ {Name: "dataset_id", Type: field.TypeString, Size: 255, Comment: "dataset_id | 知识库ID", Default: ""},
|
|
|
|
+ {Name: "collection_id", Type: field.TypeString, Size: 255, Comment: "collection_id | 集合ID", Default: ""},
|
|
}
|
|
}
|
|
// AgentTable holds the schema information for the "agent" table.
|
|
// AgentTable holds the schema information for the "agent" table.
|
|
AgentTable = &schema.Table{
|
|
AgentTable = &schema.Table{
|