Skip to main content

retrieve_assistant_agent

RetrieveAssistantAgent

class RetrieveAssistantAgent(AssistantAgent)

(实验性)Retrieve Assistant agent,旨在使用LLM解决任务。

RetrieveAssistantAgent是AssistantAgent的子类,配置了默认的系统消息。 默认的系统消息旨在使用LLM解决任务,包括建议Python代码块和调试。 human_input_mode默认为"NEVER",code_execution_config默认为False。 该代理默认不执行代码,期望用户执行代码。