Merge branch 'developing' into bot_manager
This commit is contained in:
commit
9609d1857c
@ -64,13 +64,22 @@ On insufficient results, follow this sequence:
|
||||
- If truncated: tell user total (`N+M`), displayed (`N`), omitted (`M`).
|
||||
- Cite sources using filenames from `file_ref_table`.
|
||||
|
||||
## 8. Citation Requirements
|
||||
## 8. Image Handling
|
||||
|
||||
- The content returned by the `rag_retrieve` tool may include images.
|
||||
- Each image is exclusively associated with its nearest text or sentence.
|
||||
- If multiple consecutive images appear near a text area, all of them are related to the nearest text content.
|
||||
- Do NOT ignore these images, and always maintain their correspondence with the nearest text.
|
||||
- Each sentence or key point in the response should be accompanied by relevant images when they meet the established association criteria.
|
||||
- Avoid placing all images at the end of the response.
|
||||
|
||||
## 9. Citation Requirements
|
||||
|
||||
- MUST generate `<CITATION ... />` tags when using retrieval results.
|
||||
- Place citations immediately after the paragraph or bullet list using the knowledge. Do NOT collect at end.
|
||||
- 1-2 citations per paragraph/bullet. At least 1 citation when using retrieved knowledge.
|
||||
|
||||
## 9. Pre-Reply Self-Check
|
||||
## 10. Pre-Reply Self-Check
|
||||
|
||||
Before replying to a knowledge retrieval task, verify:
|
||||
- Used only whitelisted retrieval tools — no local filesystem inspection?
|
||||
|
||||
@ -22,7 +22,15 @@
|
||||
- If the result is insufficient, retry `rag_retrieve` with a better rewritten query or a larger `top_k`.
|
||||
- Only say no relevant information was found after `rag_retrieve` has been tried and still provides insufficient evidence.
|
||||
|
||||
## 4.Citation Requirements for Retrieved Knowledge
|
||||
## 4.Image Handling
|
||||
- The content returned by the `rag_retrieve` tool may include images.
|
||||
- Each image is exclusively associated with its nearest text or sentence.
|
||||
- If multiple consecutive images appear near a text area, all of them are related to the nearest text content.
|
||||
- Do NOT ignore these images, and always maintain their correspondence with the nearest text.
|
||||
- Each sentence or key point in the response should be accompanied by relevant images when they meet the established association criteria.
|
||||
- Avoid placing all images at the end of the response.
|
||||
|
||||
## 5.Citation Requirements for Retrieved Knowledge
|
||||
- When using knowledge from `rag_retrieve`, you MUST generate `<CITATION ... />` tags.
|
||||
- Follow the citation format returned by each tool.
|
||||
- Place citations immediately after the paragraph or bullet list that uses the knowledge.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user