问题: Sally and Bob have made plans to go on a trip at the end of the year. They both decide to work as babysitters and save half of what they've earned for their trip. If Sally makes $6 per day and Bob makes $4 per day, how much money will they both have saved for their trip after a year?
期望答案: 1825
实际结果: 1300.0

Failure Cause：
对问题理解出错：常识与题意未对齐，假设了260个工作日，但题目中并没有提出，因此应该按照365天计算

会话log：
{
  "__is_success": 1,
  "__reason": null,
  "step_array": [
    {
      "step": "确定工作天数",
      "desc": "计算Sally和Bob在一年内工作的总天数。假设他们每周工作固定的天数，或者根据具体情况估算全年工作天数。"
    },
    {
      "step": "计算各自的年收入",
      "desc": "根据Sally和Bob每天的收入，乘以他们的工作天数，计算出他们各自一年的总收入。"
    },
    {
      "step": "计算各自的储蓄",
      "desc": "由于他们决定存下收入的一半，用各自的年收入乘以0.5来计算他们各自存下来的钱。"
    },
    {
      "step": "计算总储蓄",
      "desc": "将Sally和Bob各自的储蓄相加，得到他们为旅行准备的总金额。"
    }
  ]
}


完整响应:
{"event": "message", "task_id": "41520740-70c3-46d5-aa49-51b328322947", "id": "f9dce81d-0166-4529-a571-21f350adc56b", "message_id": "f9dce81d-0166-4529-a571-21f350adc56b", "conversation_id": "67c07cb6-398f-4f7a-b334-600261e0e21b", "mode": "advanced-chat", "answer": "------\n## \u6700\u7ec8\u7ed3\u8bba\nThe final result is: 1300", "metadata": {"annotation_reply": null, "retriever_resources": [], "usage": {"prompt_tokens": 2157, "prompt_unit_price": "2.5", "prompt_price_unit": "0.000001", "prompt_price": "0.0034608", "completion_tokens": 249, "completion_unit_price": "10", "completion_price_unit": "0.000001", "completion_price": "0.0013526", "total_tokens": 2406, "total_price": "0.0048134", "currency": "USD", "latency": 4.908638251945376}}, "created_at": 1751784662}