Spaces:
Running
Running
Update flare-ui/src/app/dialogs/api-edit-dialog/api-edit-dialog.component.html
Browse files
flare-ui/src/app/dialogs/api-edit-dialog/api-edit-dialog.component.html
CHANGED
@@ -191,9 +191,7 @@
|
|
191 |
</button>
|
192 |
</div>
|
193 |
|
194 |
-
<
|
195 |
-
Extract values from API response and save them as variables for use in subsequent intents.
|
196 |
-
</p>
|
197 |
|
198 |
@if (responseMappings.length === 0) {
|
199 |
<p class="empty-message">No response mappings configured.</p>
|
|
|
191 |
</button>
|
192 |
</div>
|
193 |
|
194 |
+
<mat-hint>Extract values from API response and save them as variables for use in subsequent intents</mat-hint>
|
|
|
|
|
195 |
|
196 |
@if (responseMappings.length === 0) {
|
197 |
<p class="empty-message">No response mappings configured.</p>
|