Update sql_qa.ipynb (#22966)

fixes #22798 
fixes #22963
pull/22984/head
Baskar Gopinath 3 months ago committed by GitHub
parent 9ff249a38d
commit 19356b6445
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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)"
]
},

Loading…
Cancel
Save