v1.0.172: вкладка classify в редакторе промптов
This commit is contained in:
@@ -75,7 +75,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="topbar">
|
<div class="topbar">
|
||||||
<img src="/nubes-logo.svg" alt="Nubes">
|
<img src="/nubes-logo.svg" alt="Nubes">
|
||||||
<span class="title">Сверка договоров — LLM AI-driven Event Sourcing <span style="font-weight:400;color:var(--muted);font-size:12px;">v1.0.171 — Lucee</span></span>
|
<span class="title">Сверка договоров — LLM AI-driven Event Sourcing <span style="font-weight:400;color:var(--muted);font-size:12px;">v1.0.172 — Lucee</span></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
@@ -107,6 +107,7 @@
|
|||||||
<div style="display:flex;gap:8px;margin-top:6px;">
|
<div style="display:flex;gap:8px;margin-top:6px;">
|
||||||
<button class="btn" id="promptBtnExtract" style="font-size:11px;height:28px;flex:1;">📄 Извлечение</button>
|
<button class="btn" id="promptBtnExtract" style="font-size:11px;height:28px;flex:1;">📄 Извлечение</button>
|
||||||
<button class="btn" id="promptBtnDiff" style="font-size:11px;height:28px;flex:1;">🔄 Сравнение</button>
|
<button class="btn" id="promptBtnDiff" style="font-size:11px;height:28px;flex:1;">🔄 Сравнение</button>
|
||||||
|
<button class="btn" id="promptBtnClassify" style="font-size:11px;height:28px;flex:1;">🏷️ Классификация</button>
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
</div>
|
</div>
|
||||||
@@ -155,8 +156,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="modal-body" style="padding:16px;">
|
<div class="modal-body" style="padding:16px;">
|
||||||
<div style="display:flex;gap:6px;margin-bottom:10px;">
|
<div style="display:flex;gap:6px;margin-bottom:10px;">
|
||||||
|
<!-- extract: извлечение строк спецификации из первого документа (базовый договор) -->
|
||||||
<button class="btn" id="promptTabExtract" style="font-size:11px;height:26px;">📄 Извлечение</button>
|
<button class="btn" id="promptTabExtract" style="font-size:11px;height:26px;">📄 Извлечение</button>
|
||||||
|
<!-- diff: сравнение допсоглашений с текущей спецификацией (ADD/UPDATE/DELETE) -->
|
||||||
<button class="btn" id="promptTabDiff" style="font-size:11px;height:26px;background:var(--brand-primary);color:#fff;">🔄 Сравнение</button>
|
<button class="btn" id="promptTabDiff" style="font-size:11px;height:26px;background:var(--brand-primary);color:#fff;">🔄 Сравнение</button>
|
||||||
|
<!-- classify: классификация документов (тип, номер, контрагент, дата) -->
|
||||||
|
<button class="btn" id="promptTabClassify" style="font-size:11px;height:26px;">🏷️ Классификация</button>
|
||||||
</div>
|
</div>
|
||||||
<textarea id="promptEditor" style="width:100%;height:220px;font-family:monospace;font-size:11px;border:1px solid var(--brand-gray);border-radius:6px;padding:8px;box-sizing:border-box;"></textarea>
|
<textarea id="promptEditor" style="width:100%;height:220px;font-family:monospace;font-size:11px;border:1px solid var(--brand-gray);border-radius:6px;padding:8px;box-sizing:border-box;"></textarea>
|
||||||
<div style="display:flex;gap:8px;margin-top:8px;align-items:center;">
|
<div style="display:flex;gap:8px;margin-top:8px;align-items:center;">
|
||||||
|
|||||||
Reference in New Issue
Block a user