mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 12:25:45 -04:00
align terminology
This commit is contained in:
@@ -1817,15 +1817,15 @@
|
||||
},
|
||||
"SummaryIndexSetting": {
|
||||
"type": "object",
|
||||
"description": "Configuration for summary index settings.",
|
||||
"description": "Configuration for Summary Auto-Gen.",
|
||||
"properties": {
|
||||
"enable": {
|
||||
"type": "boolean",
|
||||
"description": "Whether to enable summary index auto-gen."
|
||||
"description": "Whether to enable Summary Auto-Gen."
|
||||
},
|
||||
"model_name": {
|
||||
"type": "string",
|
||||
"description": "Name of the model to use for summary generation."
|
||||
"description": "Name of the model to use for generating summaries."
|
||||
},
|
||||
"model_provider_name": {
|
||||
"type": "string",
|
||||
@@ -1985,7 +1985,7 @@
|
||||
},
|
||||
"summary_index_setting": {
|
||||
"$ref": "#/components/schemas/SummaryIndexSetting",
|
||||
"description": "Configuration for summary index auto-gen settings."
|
||||
"description": "Configuration for Summary Auto-Gen."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -2031,7 +2031,7 @@
|
||||
},
|
||||
"summary_index_setting": {
|
||||
"$ref": "#/components/schemas/SummaryIndexSetting",
|
||||
"description": "Configuration for summary index auto-gen settings."
|
||||
"description": "Configuration for Summary Auto-Gen."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -2211,7 +2211,7 @@
|
||||
},
|
||||
"summary_index_setting": {
|
||||
"$ref": "#/components/schemas/SummaryIndexSetting",
|
||||
"description": "Configuration for summary index auto-gen settings."
|
||||
"description": "Configuration for Summary Auto-Gen."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -2282,7 +2282,7 @@
|
||||
},
|
||||
"summary_index_setting": {
|
||||
"$ref": "#/components/schemas/SummaryIndexSetting",
|
||||
"description": "Summary index configuration settings for this dataset.",
|
||||
"description": "Summary Auto-Gen configurations for this dataset.",
|
||||
"nullable": true
|
||||
}
|
||||
}
|
||||
@@ -2372,7 +2372,7 @@
|
||||
},
|
||||
"summary_index_setting": {
|
||||
"$ref": "#/components/schemas/SummaryIndexSetting",
|
||||
"description": "Configuration for summary index auto-gen settings."
|
||||
"description": "Configuration for Summary Auto-Gen."
|
||||
},
|
||||
"partial_member_list": {
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user