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
Copy file name to clipboardExpand all lines: ClientAdvisor/AzureFunction/function_app.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,7 @@ def get_SQL_Response(
100
100
Do not include assets values unless asked for.
101
101
Always use ClientId = {clientid} in the query filter.
102
102
Always return client name in the query.
103
+
If asked about the number of past meetings with this client, provide the count of records where the ConversationId is neither null nor an empty string and the EndTime is before the current date in the query.
103
104
Only return the generated sql query. do not return anything else'''
0 commit comments