-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
用户发生"你好"
响应:"你好!我是DeerFlow,很高兴见到你。让我将你的请求转交给规划器。"
并生成一个空白的深度研究卡片
终端显示:
2025-12-02 21:05:55,740 - src.graph.nodes - INFO - Planner response: {
"content": "你好!我是DeerFlow,很高兴为你服务。我是一名专业的深度研究者,可以帮助你收集和分析各种主题的全面信息。\n\n请告诉我你想要研究什么主题或问题,我会为你制定详细的信息收集计划,确保获取全面、深入的数据来支持你的需求。无论是市场分析、技术调研、历史研究还是其他任何主题,我都能协助你完成专业的研究任务。\n\n你有什么具体的研究需求吗?",
"additional_kwargs": {},
"response_metadata": {
"finish_reason": "stop",
"model_name": "glm-4.5-flash",
"model_provider": "openai"
},
"type": "ai",
"id": "lc_run--c84f8f14-fb6e-4c88-a441-a3cd8c72aa78",
"tool_calls": [],
"invalid_tool_calls": [],
"usage_metadata": {
"input_tokens": 3022,
"output_tokens": 153,
"total_tokens": 3175,
"input_token_details": {
"cache_read": 4
},
"output_token_details": {}
}
}
这是不是由于glm-4.5-flash模型比较弱的性能导致了意图识别的不准确?