Skip to content

不是很理解,不同智能体选择这一块,一个for循环就可以解决了,不明白为什么要由大模型来完成 #43

Description

@xingyuma618

例如,Agent Information Retriever,就是依次调用extract_keywords-->retrieve_entity-->retrieve_context
那直接for tool in [extract_keywords,retrieve_entity,retrieve_context]: ,然后分别调用不同tool的prompt template就可以了吧,为啥还要用大模型来进行这些tool的选择,用开源的模型做工具选择的时候还经常会输出出错。

有没有大佬解释下。。。

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions