mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? #9082 #6365 <u> **WARNING: it's not compatible with the older version of `Agent` module, which means that `Agent` from older versions can not work anymore.**</u> ### Type of change - [x] New Feature (non-breaking change which adds functionality)
20 lines
964 B
Markdown
20 lines
964 B
Markdown
**Task Instruction:**
|
|
|
|
You are tasked with reading and analyzing tool call result based on the following inputs: **Inputs for current call**, and **Results**. Your objective is to extract relevant and helpful information for **Inputs for current call** from the **Results** and seamlessly integrate this information into the previous steps to continue reasoning for the original question.
|
|
|
|
**Guidelines:**
|
|
|
|
1. **Analyze the Results:**
|
|
- Carefully review the content of each results of tool call.
|
|
- Identify factual information that is relevant to the **Inputs for current call** and can aid in the reasoning process for the original question.
|
|
|
|
2. **Extract Relevant Information:**
|
|
- Select the information from the Searched Web Pages that directly contributes to advancing the previous reasoning steps.
|
|
- Ensure that the extracted information is accurate and relevant.
|
|
|
|
- **Inputs for current call:**
|
|
{{ inputs }}
|
|
|
|
- **Results:**
|
|
{{ results }}
|