Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Document-Processing/ai-agent-tools/example-prompts.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Speed up your document automation using these example prompts for Syncfusion Doc

## Document Processing Prompts

You can try the following prompts in this [demo](https://github.com/syncfusion/document-sdk-ai-agent-tools/tree/master/Examples/WPF).
You can try the following prompts in this [demo](https://document.syncfusion.com/showcase/ai-agent-tools/).

### PDF

Expand Down
2 changes: 2 additions & 0 deletions Document-Processing/ai-agent-tools/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ You can quickly deploy it to your infrastructure via [NuGet](https://www.nuget.o
<li>Conditional formatting</li>
<li>Data validation</li>
<li>Pivot tables</li>
<li>Markdown import or export</li>
<li>Encryption &amp; protection</li>
<li>Worksheet management</li>
<li>Conversion to image, CSV, HTML and JSON</li>
Expand All @@ -93,6 +94,7 @@ You can quickly deploy it to your infrastructure via [NuGet](https://www.nuget.o
<li>Text extraction</li>
<li>Find &amp; replace</li>
<li>Merge or split</li>
<li>Markdown import or export</li>
<li>Encryption</li>
<li>Write protection</li>
<li>Export as image</li>
Expand Down
6 changes: 3 additions & 3 deletions Document-Processing/ai-agent-tools/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Syncfusion Document SDK AI Agent Tools

[Agent Tools](https://learn.microsoft.com/en-us/agent-framework/get-started/add-tools?pivots=programming-language-csharp) are the callable functions exposed to the AI agent. Each tool class is initialized with the appropriate manager. You can find the available toots below.
[Agent Tools](https://learn.microsoft.com/en-us/agent-framework/get-started/add-tools?pivots=programming-language-csharp) are the callable functions exposed to the AI agent. Each tool class is initialized with the appropriate manager. You can find the available tools below.

![Available tools](available-tools.png)

Expand Down Expand Up @@ -113,7 +113,7 @@ Tools are organized into the following categories:
</tr>
<tr>
<td>ExcelConversionAgentTools</td>
<td>Convert worksheets and charts to image, HTML, JSON, and other file formats.</td>
<td>Convert worksheets and charts to image, HTML, JSON, Markdown, and other file formats.</td>
</tr>
<tr>
<td>ExcelDataValidationAgentTools</td>
Expand All @@ -130,7 +130,7 @@ Tools are organized into the following categories:
</tr>
<tr>
<td>PresentationOperationsAgentTools</td>
<td>Merge, split, and export slides as images from PowerPoint presentations.</td>
<td>Merge, split, import and export Markdown, and export slides as images from PowerPoint presentations.</td>
</tr>
<tr>
<td>PresentationSecurityAgentTools</td>
Expand Down