ваше сообщение коммита

This commit is contained in:
2025-07-11 16:45:09 +03:00
parent e0ec889863
commit 584ff401ad
42 changed files with 1945 additions and 1004 deletions

View File

@@ -6,7 +6,6 @@
<input v-model="name" />
<label>Описание</label>
<textarea v-model="description" rows="3" placeholder="Опишите правило в свободной форме" />
<button type="button" @click="convertToJson" style="margin: 0.5rem 0;">Преобразовать в JSON</button>
<label>Правила (JSON)</label>
<textarea v-model="rulesJson" rows="6"></textarea>
<div v-if="error" class="error">{{ error }}</div>

View File

@@ -136,7 +136,6 @@ const testRAG = async () => {
const response = await axios.post('/rag/answer', {
tableId: 28,
question: ragQuestion.value,
userTags: [],
product: null
});
ragResult.value = {