40 lines
2.5 KiB
XML
40 lines
2.5 KiB
XML
|
|
<?xml version="1.0"?>
|
||
|
|
<doc>
|
||
|
|
<assembly>
|
||
|
|
<name>Telerik.Documents.AI.AgentTools.Conversion</name>
|
||
|
|
</assembly>
|
||
|
|
<members>
|
||
|
|
<member name="T:Telerik.Documents.AI.AgentTools.Conversion.ConvertDocumentsAgentTool">
|
||
|
|
<summary>
|
||
|
|
Provides functionality to convert or copy supported document files between formats using disk-based operations.
|
||
|
|
</summary>
|
||
|
|
<remarks>Use this tool to handle requests for converting, copying, transforming, or exporting files such as
|
||
|
|
.docx, .doc, .rtf, .pdf, .xlsx, .xls, .xlsm, .csv, .md, or .txt. The tool reads files directly from disk and supports
|
||
|
|
conversion from the .doc format but not exporting to it. For import operations, use specialized import tools
|
||
|
|
instead.</remarks>
|
||
|
|
</member>
|
||
|
|
<member name="M:Telerik.Documents.AI.AgentTools.Conversion.ConvertDocumentsAgentTool.#ctor(Telerik.Documents.AI.Tools.Core.DocumentRepositoryRegistry,System.String)">
|
||
|
|
<summary>
|
||
|
|
Initializes a new instance of the ConvertDocumentsAgentTool class with the specified document repository
|
||
|
|
registry and output directory.
|
||
|
|
</summary>
|
||
|
|
<param name="documentRepositoryRegistry">The registry containing document repositories to be used for document conversion operations. Cannot be null.</param>
|
||
|
|
<param name="outputDir">The directory path where converted documents will be saved. Must be a valid, writable directory.</param>
|
||
|
|
</member>
|
||
|
|
<member name="T:Telerik.Documents.AI.AgentTools.Conversion.MergeDocumentsAgentTool">
|
||
|
|
<summary>
|
||
|
|
Provides functionality to merge multiple document files from the file system into a single combined document.
|
||
|
|
Supports merging .docx, .doc, .rtf, .pdf, .xlsx, .xls, and .csv files.
|
||
|
|
</summary>
|
||
|
|
</member>
|
||
|
|
<member name="M:Telerik.Documents.AI.AgentTools.Conversion.MergeDocumentsAgentTool.#ctor(Telerik.Documents.AI.Tools.Core.DocumentRepositoryRegistry,System.String)">
|
||
|
|
<summary>
|
||
|
|
Initializes a new instance of the MergeDocumentsAgentTool class with the specified document repository
|
||
|
|
registry and output directory.
|
||
|
|
</summary>
|
||
|
|
<param name="documentRepositoryRegistry">The registry containing document repositories to be used for merging documents. Cannot be null.</param>
|
||
|
|
<param name="outputDir">The directory path where merged documents will be saved. Must be a valid, writable directory.</param>
|
||
|
|
</member>
|
||
|
|
</members>
|
||
|
|
</doc>
|