Skip to content

Commit 82218c4

Browse files
committed
Change MAIA to lowercase
1 parent 8638a67 commit 82218c4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,11 @@ This section is represented by the `properties` tag in the widget XML file. It d
250250
</properties>
251251
```
252252

253-
### How to Enhance Your Pluggable Widget for MAIA by Using `<prompt>`
253+
### How to Enhance Your Pluggable Widget for Maia by Using `<prompt>`
254254

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.
256256

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.
258258

259259
#### Adding Prompts to Widgets
260260

@@ -290,7 +290,7 @@ Individual properties can also have `<prompt>` elements that explain their purpo
290290

291291
### Best Practices for Writing Prompts {#prompt-best-practices}
292292

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:
294294

295295
#### Guidelines for Widget Prompts
296296

@@ -336,7 +336,7 @@ Well-written prompts help MAIA provide accurate and helpful assistance to develo
336336
- **Test with users**: Consider how a new developer would interpret your prompts
337337
- **Keep it updated**: Update prompts when widget functionality changes
338338

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.
340340

341341
## Property Groups {#property-groups}
342342

0 commit comments

Comments
 (0)