题意:如何调整代理执行器(agent executor)以更好地理解数据库
问题背景:
I have a database in which I have connected an agent too. However, I have noticed that it sometimes gets confused between whether or not it should return a column ID or persons first name when asked "which person sold the most....?" Is there a way to tune/adjust the create_sql_agent from langchain.agents at which I can tell the agent to not return column ID but return first and last name based on questions structured like that?
我有一个数据库,并且已经连接了一个代理。然而,我注意到当询问“哪个人卖得最多……?”时,它有时会混淆是否应该返回列ID还是人的名字。有没有办法调整来自langchain.agents的create_sql_agent
,以便我告诉代理不要返回列ID,而是根据这样结构的问题返回名字和姓氏?
I think the question may be related to this post but I am unsure how to include that/a