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
Copy file name to clipboardExpand all lines: MAUI/AI-Coding-Assistant/prompt-library.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Before starting, make sure your MCP Server is set up and running.
26
26
27
27
### DataGrid
28
28
29
-
The Syncfusion .NET MAUI DataGrid delivers flexible, performant data tables for handling extensive records with built-in interactivity.
29
+
The Syncfusion .NET MAUI DataGrid delivers flexible, efficient data tables for handling extensive records with built-in interactivity.
30
30
31
31
{% promptcards %}
32
32
{% promptcard Data Binding %}
@@ -169,9 +169,6 @@ The Syncfusion .NET MAUI Scheduler helps manage events, resources, and timelines
169
169
{% promptcard Min/Max Date Navigation Limits %}
170
170
#SyncfusionMAUIAssistant How to restrict navigation with MinimumDateTime and MaximumDateTime to keep users in a valid planning range.
171
171
{% endpromptcard %}
172
-
{% promptcard Interactions and Keyboard Navigation %}
173
-
#SyncfusionMAUIAssistant Enable tap-to-create, selection, and Windows keyboard navigation; customize selection behavior.
174
-
{% endpromptcard %}
175
172
{% promptcard Special Time Regions (Blocking Intervals) %}
176
173
#SyncfusionMAUIAssistant Define special time regions to block interaction (e.g., holidays/breaks) and highlight them across views.
177
174
{% endpromptcard %}
@@ -252,7 +249,7 @@ The Syncfusion .NET MAUI ListView provides a high-performance, flexible list wit
252
249
The Syncfusion .NET MAUI AI AssistView provides a ready-made conversational UI for integrating LLMs with features like message list, input box, suggestions, attachments, and tool/action invocation.
253
250
254
251
{% promptcard Messages %}
255
-
#SyncfusionMAUIAssistant Bind AssistView to a message collection with system, user, and preload conversation history.
252
+
#SyncfusionMAUIAssistant Bind AssistView to a message collection with system, user, and pre load conversation history.
256
253
{% endpromptcard %}
257
254
{% promptcard Streaming and Typing Indicator %}
258
255
#SyncfusionMAUIAssistant Enable token streaming with a typing indicator and incremental message updates.
@@ -270,7 +267,7 @@ The Syncfusion .NET MAUI AI AssistView provides a ready-made conversational UI f
270
267
#SyncfusionMAUIAssistant How to customize user/assistant avatars and use DataTemplate/DataTemplateSelector for message bubbles.
271
268
{% endpromptcard %}
272
269
{% promptcard Error Handling and Retries %}
273
-
#SyncfusionMAUIAssistant Hwo to handle provider errors with retry/cancel UI and graceful fallback messages.
270
+
#SyncfusionMAUIAssistant How to handle provider errors with retry/cancel UI and graceful fallback messages.
274
271
{% endpromptcard %}
275
272
{% promptcard Theming and Styling %}
276
273
#SyncfusionMAUIAssistant Apply custom themes for message bubbles, background, input bar, and suggestion chips (Light/Dark support).
@@ -282,7 +279,7 @@ The Syncfusion .NET MAUI AI AssistView provides a ready-made conversational UI f
282
279
#SyncfusionMAUIAssistant How to Save and restore conversations to local storage or database with message replay on app start.
283
280
{% endpromptcard %}
284
281
{% promptcard Citations and References %}
285
-
#SyncfusionMAUIAssistant Display citations/references returned by the model as tappable links under the message.
282
+
#SyncfusionMAUIAssistant Display citations/references returned by the model as hyper links under the message.
0 commit comments