
- 将 LLMResponse 类中的 response_content 字段重命名为 content - 更新字段类型从 dict 改为 str,以更准确地表示响应内容 - 在 reasoning.py 中相应地修改了调用 LLMResponse 时的参数
- 将 LLMResponse 类中的 response_content 字段重命名为 content - 更新字段类型从 dict 改为 str,以更准确地表示响应内容 - 在 reasoning.py 中相应地修改了调用 LLMResponse 时的参数