Fix synthesis prompt
This commit is contained in:
parent
9ee8dfdc0c
commit
6f36085ac3
2 changed files with 9 additions and 2 deletions
|
|
@ -50,8 +50,13 @@ Each result includes:
|
||||||
- Type: content type like paragraph, table, code, list_item (when available)
|
- Type: content type like paragraph, table, code, list_item (when available)
|
||||||
- Content: the actual text
|
- Content: the actual text
|
||||||
|
|
||||||
IMPORTANT: cited_chunks must be a list of plain strings containing only the UUIDs.
|
Output format:
|
||||||
Use the EXACT, COMPLETE chunk ID. Do NOT use objects or truncate IDs.
|
- 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:
|
Guidelines:
|
||||||
- Base answers strictly on retrieved content - do not use external knowledge.
|
- Base answers strictly on retrieved content - do not use external knowledge.
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,10 @@ Task:
|
||||||
- Be clear, accurate, and well-structured
|
- Be clear, accurate, and well-structured
|
||||||
|
|
||||||
Output format:
|
Output format:
|
||||||
|
- query: Echo the original question being answered
|
||||||
- answer: The complete answer to the original question (2-4 paragraphs)
|
- answer: The complete answer to the original question (2-4 paragraphs)
|
||||||
- cited_chunks: List of plain strings containing chunk IDs (UUIDs only, not objects)
|
- 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:
|
Guidelines:
|
||||||
- Start directly with the answer - no preamble like "Based on the research..."
|
- Start directly with the answer - no preamble like "Based on the research..."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue