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: src/app/pages/config-wizard/tabs/entities-tab/entities-tab.component.ts
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -773,6 +773,7 @@ import { SchemaImporterService } from '../../../../services/schema-importer.serv
773
773
<h6 class="border-bottom pb-2 mb-3">
774
774
<i class="bi bi-list-columns me-2"></i>
775
775
Fields
776
+
<span class="text-danger">*</span>
776
777
<button
777
778
type="button"
778
779
class="btn btn-sm btn-outline-primary ms-2"
@@ -809,6 +810,10 @@ import { SchemaImporterService } from '../../../../services/schema-importer.serv
809
810
>
810
811
<i class="bi bi-question-circle"></i>
811
812
</a>
813
+
<i
814
+
class="bi bi-info-circle ms-2 text-muted"
815
+
title="At least one field is required. Field descriptions help the AI understand your data schema and provide better MCP tool suggestions and query generation."
0 commit comments