You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -130,17 +130,17 @@ To learn more about the Skills CLI, refer [here](https://skills.sh/docs).
130
130
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<supstyle="font-size:70%">®</sup> Skills. It automatically chooses the appropriate operating mode based on the provided prompt.
131
131
132
132
2.**Operates in two modes** based on the user's intent:
133
-
134
133
-**Mode 1 — Generate Code**:
135
134
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.
140
138
-**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.
144
144
145
145
3.**Register licensing key** Configuring the Syncfusion<supstyle="font-size:70%">®</sup> license key from `SyncfusionLicense.txt` or the `SYNCFUSION_LICENSE_KEY` environment variable.
0 commit comments