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: content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/_index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,11 +250,11 @@ This section is represented by the `properties` tag in the widget XML file. It d
250
250
</properties>
251
251
```
252
252
253
-
### How to Enhance Your Pluggable Widget for MAIA by Using `<prompt>`
253
+
### How to Enhance Your Pluggable Widget for Maia by Using `<prompt>`
254
254
255
-
MAIA can help developers and users work more effectively with pluggable widgets by understanding their purpose and configuration options. To enable this, you can enhance your widget definition XML file with prompt elements that describe your widget's functionality in natural language.
255
+
Maia can help developers and users work more effectively with pluggable widgets by understanding their purpose and configuration options. To enable this, you can enhance your widget definition XML file with prompt elements that describe your widget's functionality in natural language.
256
256
257
-
MAIA uses these prompts to understand what your widget does and how its properties should be configured, allowing it to provide better assistance when users are building their applications.
257
+
Maia uses these prompts to understand what your widget does and how its properties should be configured, allowing it to provide better assistance when users are building their applications.
258
258
259
259
#### Adding Prompts to Widgets
260
260
@@ -290,7 +290,7 @@ Individual properties can also have `<prompt>` elements that explain their purpo
290
290
291
291
### Best Practices for Writing Prompts {#prompt-best-practices}
292
292
293
-
Well-written prompts help MAIA provide accurate and helpful assistance to developers using your pluggable widget. Follow these best practices when writing prompts for your widgets:
293
+
Well-written prompts help Maia provide accurate and helpful assistance to developers using your pluggable widget. Follow these best practices when writing prompts for your widgets:
294
294
295
295
#### Guidelines for Widget Prompts
296
296
@@ -336,7 +336,7 @@ Well-written prompts help MAIA provide accurate and helpful assistance to develo
336
336
-**Test with users**: Consider how a new developer would interpret your prompts
337
337
-**Keep it updated**: Update prompts when widget functionality changes
338
338
339
-
By following these guidelines, you help MAIA understand your widget's capabilities and provide better assistance to developers using your pluggable widget.
339
+
By following these guidelines, you help Maia understand your widget's capabilities and provide better assistance to developers using your pluggable widget.
0 commit comments