Skip to content

[Feature]: 思考不够全面 #73

@owenzhao

Description

@owenzhao

Problem / 你遇到的问题

举一个简单的例子,生成网页的菜单,其中有一部分是在子文件夹,假设结构是这样

/root/sub/a.html

那么在/root/index.html生成的导航菜单应该是sub/a.html,而在sub自己的下面生成的则是a.html.

但是m3这种简单的事情都会搞错,会一刀切地生成为a.html,导致在index.html点击时出现404。当然,如果发现了这个问题,指出来,它可以二次处理。可问题时这么简单的事情,为什么一开始就还能错呢?这也是为什么网上吐槽,同样的事情m3虽然也能做对,但是要比其他家的AI,多对话好几轮。都是这种边边角角的问题,考虑问题时不够周延,就好像下棋,只会看下一步,不能多看几步。

Proposed solution / 期望方案

上面说全了。

Platform / 平台

macOS

Additional context / 补充信息

No response

Before submitting / 提交前确认

  • I have searched existing issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions