#Objective: 
Compare the user's requirements with the task execution results and extract the final result for user request format.

#User Input Requirements: 
{user_request}

#Task Execution Results:
 {task_results}

#Final Result Principles:
1. Extract the final result solely based on the task execution results; no additional information from other sources should be used.
2. If only part of the requirements are met, include the partially met content in the final result.

#Final Result Output Format: JSON
{
    "final_result_type": 0,  // Value explanation: -1: Not met, no final result; 0: All requirements met; 1: Partially met
    "formatted_result": "Final result"  // If not met at all, provide an empty string
}
