Refact: Updated agent template descriptions. (#14175)

### What problem does this PR solve?

Updated ingestion pipeline template descriptions for better technical
accuracy and readability.

### Type of change

- [x] Refactoring
This commit is contained in:
writinwaters
2026-04-17 10:46:06 +08:00
committed by GitHub
parent f194a09cd6
commit 0df5d830d4
7 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
"zh": "书籍"
},
"description": {
"en": "This template segments parsed files based on the structure of a book. It is suitable for documents with clearly defined chapters and sections, such as books, long-form manuscripts, literary works, and other chapter-based texts.",
"en": "This template segments parsed files by book structure. Best for books, long-form manuscripts, literary works, and other documents with defined chapters and sections.",
"de": "Diese Vorlage segmentiert die geparste Datei anhand der Struktur eines Buches. Sie eignet sich für Dokumente mit klar definierten Kapiteln und Abschnitten, wie Bücher, längere Manuskripte, literarische Werke und andere kapitelbasierte Texte.",
"zh": "此模板将解析后的文件按书籍结构进行切片,适用于具有清晰章节层级的文档类型,如书籍、长篇手稿、文学作品及其他按章节组织的文本。"
},

View File

@@ -6,7 +6,7 @@
"zh": "通用"
},
"description": {
"en": "This template uses a general segmentation strategy and splits parsed files based on token count. It is suitable for a wide range of document types with no fixed structural patterns.",
"en": "This general-purpose template segments parsed files by token count. Ideal for unstructured documents that lack a fixed layout.",
"de": "Diese Vorlage verwendet eine allgemeine Segmentierungsstrategie und teilt die geparste Datei anhand der Token-Anzahl auf. Sie eignet sich für verschiedenste Dokumenttypen, wenn kein spezifisches Strukturmuster erforderlich ist.",
"zh": "此模板采用通用切分逻辑,按照 token 数量对解析后的文件进行切片,适用于不依赖特定结构模式的各类文档。"
},

View File

@@ -6,7 +6,7 @@
"zh": "法律条文"
},
"description": {
"en": "This template segments parsed files based on the structure of legal provisions. It is suitable for documents with clearly defined article hierarchies, such as laws, regulations, judicial interpretations, compliance policies, and other legal texts.",
"en": "This template segments parsed files by legal provision hierarchy. Best for documents with clearly defined articles, such as laws, regulations, judicial interpretations, and compliance policies.",
"de": "Diese Vorlage segmentiert die geparste Datei anhand der Struktur von Gesetzesbestimmungen. Sie eignet sich für Dokumente mit klar definierten Artikel- und Paragraphenhierarchien, wie Gesetze, Verordnungen, richterliche Auslegungen, Compliance-Richtlinien und andere Rechtstexte.",
"zh": "此模板将解析后的文件按法律条文结构进行切片,适用于具有清晰条、款、项层级的文档类型,如法律、法规、司法解释、合规制度及其他法律文本。"
},

View File

@@ -6,7 +6,7 @@
"zh": "手册"
},
"description": {
"en": "This template segments parsed files based on the structure of a manual. It is suitable for documents with clearly defined sections and operational guidance, such as product manuals, user guides, installation instructions, and technical documentation.",
"en": "This template segments parsed files by manual structure. Best for technical documents with clearly defined sections and operational guidance, such as product manuals, user guides, and installation instructions.",
"de": "Diese Vorlage segmentiert die geparste Datei anhand der Struktur eines Handbuchs. Sie eignet sich für Dokumente mit klar definierten Abschnitten und Handlungsanweisungen, wie Produkthandbücher, Benutzerhandbücher, Installationsanleitungen und technische Dokumentationen.",
"zh": "此模板将解析后的文件按手册结构进行切片,适用于具有清晰章节层级和操作说明的文档类型,如产品手册、用户指南、安装说明和技术文档。"
},

View File

@@ -6,7 +6,7 @@
"zh": "全文"
},
"description": {
"en": "This template treats the entire parsed file as a single segment without further splitting. It is suitable for short documents or highly coherent texts where preserving full context is essential.",
"en": "This template treats the entire parsed file as one segment. Best for short documents or highly coherent text where maintaining full context is critical.",
"de": "Diese Vorlage behandelt die gesamte geparste Datei als ein einzelnes Segment, ohne sie weiter aufzuteilen. Sie eignet sich für kurze Dokumente, stark zusammenhängende Texte oder Fälle, in denen der vollständige Kontext erhalten bleiben soll.",
"zh": "此模板将解析后的文件作为一个完整片段处理,不再进一步切分,适用于篇幅较短、内容连贯性较强,或需要保留全文上下文的文档。"
},

View File

@@ -6,7 +6,7 @@
"zh": "论文"
},
"description": {
"en": "This template segments parsed files based on the structure of a paper. It is suitable for documents with clearly defined sections, such as academic papers, research articles, conference papers, and technical studies.",
"en": "This template segments parsed files by paper structure. Best for documents with clearly defined sections, such as scholarly works, conference articles, and research studies.",
"de": "Diese Vorlage segmentiert die geparste Datei anhand der Struktur einer wissenschaftlichen Arbeit. Sie eignet sich für Dokumente mit klar definierten Abschnitten, wie wissenschaftliche Aufsätze, Forschungsartikel, Konferenzbeiträge und technische Studien.",
"zh": "此模板将解析后的文件按论文结构进行切片,适用于具有清晰章节和学术结构的文档类型,如学术论文、研究文章、会议论文和技术研究报告。"
},

View File

@@ -6,7 +6,7 @@
"zh": "简历"
},
"description": {
"en": "This template segments parsed files based on the structure of a resume. It is suitable for documents with clearly defined sections such as personal information, education, work experience, projects, skills, certifications, and other career-related content.",
"en": "This template segments parsed files into resume-specific sections. Best for career-related documents with clearly defined categories such as experience, education, projects, and skills.",
"de": "Diese Vorlage segmentiert die geparste Datei anhand der Struktur eines Lebenslaufs. Sie eignet sich für Dokumente mit klar definierten Abschnitten wie persönlichen Informationen, Ausbildung, Berufserfahrung, Projekten, Fähigkeiten, Zertifikaten und anderen karrierebezogenen Inhalten.",
"zh": "此模板将解析后的文件按简历结构进行切片,适用于具有清晰分节的文档类型,如个人信息、教育背景、工作经历、项目经历、技能、证书及其他职业相关内容。"
},