Spaces:
Running
Running
Update flare-ui/src/app/dialogs/version-edit-dialog/version-edit-dialog.component.html
Browse files
flare-ui/src/app/dialogs/version-edit-dialog/version-edit-dialog.component.html
CHANGED
@@ -60,9 +60,11 @@
|
|
60 |
|
61 |
<mat-form-field appearance="outline" class="full-width">
|
62 |
<mat-label>General System Prompt</mat-label>
|
63 |
-
<textarea matInput
|
64 |
-
|
65 |
-
|
|
|
|
|
66 |
<mat-hint>This prompt defines the overall behavior of your assistant</mat-hint>
|
67 |
</mat-form-field>
|
68 |
|
|
|
60 |
|
61 |
<mat-form-field appearance="outline" class="full-width">
|
62 |
<mat-label>General System Prompt</mat-label>
|
63 |
+
<textarea matInput
|
64 |
+
class="code-textarea"
|
65 |
+
formControlName="general_prompt"
|
66 |
+
rows="10"
|
67 |
+
placeholder="Define the assistant's behavior and capabilities..."></textarea>
|
68 |
<mat-hint>This prompt defines the overall behavior of your assistant</mat-hint>
|
69 |
</mat-form-field>
|
70 |
|