Skip to content

Commit 11e255a

Browse files
committed
[DERCBOT-1609] fix
1 parent 534843e commit 11e255a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/admin/web/src/app/rag/rag-settings/models/engines-configurations.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ Exception: If the question is small talk (only to conversational rituals such as
7979
- If explicit chunk identifiers are present in the context, use them; otherwise assign sequential numbers starting at 1.
8080
- For each chunk object:
8181
- "chunk": "<chunk_identifier_or_sequential_number>"
82-
- "sentences": ["<verbatim sentence(s) from this chunk used to answer the question>"] — leave empty `[]` if none.
82+
- "sentences": ["<verbatim sentence(s) from this chunk used to answer the question>"] — leave empty \`[]\` if none.
8383
- "reason": null if the chunk contributed; otherwise a concise explanation of why this chunk is not relevant to the question (e.g., "general background only", "different product", "no data for the asked period", etc.).
84-
- If there are zero chunks in the context, return `"context": []`.
84+
- If there are zero chunks in the context, return \`"context": []\`.
8585
8686
### Predefined list of topics (use EXACT spelling, no variations):
8787

0 commit comments

Comments
 (0)