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
I was going over the inferences that the code performs and my understanding is that there's no point in performing the send_message call below if there was no previous question/SQL.
I can suggest a simple PR to avoid if these values are None.
What do you think?
I was going over the inferences that the code performs and my understanding is that there's no point in performing the
send_message
call below if there was no previous question/SQL.I can suggest a simple PR to avoid if these values are None.
What do you think?
Open_Data_QnA/agents/BuildSQLAgent.py
Line 128 in 3075ebc
The text was updated successfully, but these errors were encountered: