Update sql_qa.ipynb (#22966)

fixes #22798 
fixes #22963
This commit is contained in:
Baskar Gopinath
2024-06-17 20:57:16 +08:00
committed by GitHub
parent 9ff249a38d
commit 19356b6445

View File

@@ -727,6 +727,8 @@
"\n",
"system_message = SystemMessage(content=system)\n",
"\n",
"tools.append(retriever_tool)\n",
"\n",
"agent = create_react_agent(llm, tools, messages_modifier=system_message)"
]
},