Fix synthesis prompt

This commit is contained in:
Yiorgis Gozadinos 2025-12-12 07:44:15 +02:00
parent 9ee8dfdc0c
commit 6f36085ac3
No known key found for this signature in database
2 changed files with 9 additions and 2 deletions

View file

@ -50,8 +50,13 @@ Each result includes:
- Type: content type like paragraph, table, code, list_item (when available)
- Content: the actual text
IMPORTANT: cited_chunks must be a list of plain strings containing only the UUIDs.
Use the EXACT, COMPLETE chunk ID. Do NOT use objects or truncate IDs.
Output format:
- query: Echo the question you are answering
- answer: Your concise answer based on the retrieved content
- cited_chunks: List of plain strings containing only the chunk UUIDs (not objects)
- confidence: A score from 0.0 to 1.0 indicating answer confidence
IMPORTANT: Use the EXACT, COMPLETE chunk ID (full UUID). Do NOT truncate IDs.
Guidelines:
- Base answers strictly on retrieved content - do not use external knowledge.

View file

@ -9,8 +9,10 @@ Task:
- Be clear, accurate, and well-structured
Output format:
- query: Echo the original question being answered
- answer: The complete answer to the original question (2-4 paragraphs)
- cited_chunks: List of plain strings containing chunk IDs (UUIDs only, not objects)
- confidence: A score from 0.0 to 1.0 indicating answer confidence
Guidelines:
- Start directly with the answer - no preamble like "Based on the research..."