You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am building out a SQL chatbot that i want to include a conversational aspect so i can ask follow up questions about previous contexts. Currently if i try to set my AgentType in create_sql_agent() to CONVERSATIONAL_REACT_DESCRIPTION - it shows that it is unsupported. If this feature isnt available soon I have thought of a possible work around that includes passing the prompt in as my a pretext to my user input, all apart of the same big string. I have also thought of setting up a sequential chain that assists in the conversational piece once the agent has finished executing because at the moment i am able to achieve good, accurate queries and responses, however i cannot keep the conversation going once i have asked it my first question. Open to updates/feedback/thoughts
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I am building out a SQL chatbot that i want to include a conversational aspect so i can ask follow up questions about previous contexts. Currently if i try to set my AgentType in create_sql_agent() to CONVERSATIONAL_REACT_DESCRIPTION - it shows that it is unsupported. If this feature isnt available soon I have thought of a possible work around that includes passing the prompt in as my a pretext to my user input, all apart of the same big string. I have also thought of setting up a sequential chain that assists in the conversational piece once the agent has finished executing because at the moment i am able to achieve good, accurate queries and responses, however i cannot keep the conversation going once i have asked it my first question. Open to updates/feedback/thoughts
Cheers
Beta Was this translation helpful? Give feedback.
All reactions