Skip to content

Commit fd41fd8

Browse files
Addressed the feed backs
1 parent 8d10757 commit fd41fd8

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Document-Processing/Skills/document-sdk.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Syncfusion<sup style="font-size:70%">&reg;</sup> Document SDK Skills eliminate c
1515

1616
| Document Processing Libraries | Skills |
1717
|---|---|
18-
| [Word (DocIO)](https://help.syncfusion.com/document-processing/word/word-library/overview) | [syncfusion-dotnet-word <br> syncfusion-java-word](https://github.com/syncfusion/document-sdk-skills/tree/main/skills/syncfusion-java-word) |
18+
| [Word (DocIO)](https://help.syncfusion.com/document-processing/word/word-library/overview) | [syncfusion-dotnet-word](https://github.com/syncfusion/document-sdk-skills/tree/main/skills/syncfusion-dotnet-word) <br> [syncfusion-java-word](https://github.com/syncfusion/document-sdk-skills/tree/main/skills/syncfusion-java-word) |
1919
| [PDF](https://help.syncfusion.com/document-processing/pdf/pdf-library/overview) | [syncfusion-dotnet-pdf](https://github.com/syncfusion/document-sdk-skills/tree/main/skills/syncfusion-dotnet-pdf) <br> [syncfusion-dotnet-pdf-to-image](https://github.com/syncfusion/document-sdk-skills/tree/main/skills/syncfusion-dotnet-pdf-to-image) <br> [syncfusion-flutter-pdf](https://github.com/syncfusion/document-sdk-skills/tree/main/skills/syncfusion-flutter-pdf) <br> [syncfusion-javascript-pdf](https://github.com/syncfusion/document-sdk-skills/tree/main/skills/syncfusion-javascript-pdf) |
2020
| [Excel (XlsIO)](https://help.syncfusion.com/document-processing/excel/excel-library/overview) | [syncfusion-dotnet-excel](https://github.com/syncfusion/document-sdk-skills/tree/main/skills/syncfusion-dotnet-excel) <br> [syncfusion-flutter-excel](https://github.com/syncfusion/document-sdk-skills/tree/main/skills/syncfusion-flutter-excel) |
2121
| [PowerPoint (Presentation)](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/overview) | [syncfusion-dotnet-powerpoint](https://github.com/syncfusion/document-sdk-skills/tree/main/skills/syncfusion-dotnet-powerpoint) |
@@ -130,17 +130,17 @@ To learn more about the Skills CLI, refer [here](https://skills.sh/docs).
130130
1. **Read the relevant skill files and choose modes based on the user's query** The assistant retrieves library APIs, and code patterns from the installed Syncfusion<sup style="font-size:70%">&reg;</sup> Skills. It automatically chooses the appropriate operating mode based on the provided prompt.
131131

132132
2. **Operates in two modes** based on the user's intent:
133-
134133
- **Mode 1 — Generate Code**:
135134

136-
- Triggered when the prompt includes keywords such as "code", "snippet", "how to", "show me", "sample", or "example".
137-
- Detects the application type and recommends the required NuGet packages.
138-
- Generates production-ready code by referencing the appropriate `references/*.md` files for the requested feature.
139-
135+
- Triggered when the prompt includes keywords such as `"code"`, `"snippet"`, `"how to"`, `"show me"`, `"sample"`, or `"example"`.
136+
- Detects the application type and recommends the required NuGet packages.
137+
- Generates production-ready code by referencing the appropriate `references/*.md` files for the requested functionalities.
140138
- **Mode 2 — Execute via CSX Script**:
141-
- Triggered by keywords such as "create", "generate", "make", "open", "edit", "modify", or when a file path is provided (e.g., `output/report.docx`).
142-
- Creates a temporary .csx script by inserting the appropriate code snippet from the relevant references/*.md files.
143-
- Executes the script using dotnet script, generates the output document, and then performs cleanup — all without modifying the user's project.
139+
140+
- Triggered when the prompt includes keywords such as `"create"`, `"generate"`, `"make"`, `"open"`, `"edit"`, `"modify"`, or when a file path is provided (e.g., `output/report.docx`).
141+
- Creates a temporary `.csx` script by inserting the appropriate code snippet from the relevant `references/*.md` files.
142+
- Executes the script using dotnet script and generates the output document.
143+
- Performs cleanup by deleting the temporary `.csx` script.
144144

145145
3. **Register licensing key** Configuring the Syncfusion<sup style="font-size:70%">&reg;</sup> license key from `SyncfusionLicense.txt` or the `SYNCFUSION_LICENSE_KEY` environment variable.
146146

0 commit comments

Comments
 (0)