Aug 7 - Update: knowledge base MT19
This commit is contained in:
@@ -23,6 +23,12 @@
|
||||
<textarea name="body" class="form-control" rows="8" required>{{ entry.body }}</textarea>
|
||||
<div class="form-text">Combined active entries are capped at 6,000 characters in the AI prompt.</div>
|
||||
</div>
|
||||
<div class="mb-3" style="max-width:200px;">
|
||||
<label class="form-label fw-semibold">Sort Order</label>
|
||||
<input type="number" name="sort_order" class="form-control"
|
||||
min="0" max="9999" step="1" value="{{ entry.sort_order }}">
|
||||
<div class="form-text">Lower numbers are sent to the assistant first. Leave at 0 unless an entry should take priority.</div>
|
||||
</div>
|
||||
<div class="d-flex gap-2">
|
||||
<button type="submit" class="btn btn-primary">
|
||||
<i class="bi bi-check-lg me-1"></i>Save Changes
|
||||
|
||||
Reference in New Issue
Block a user