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
If a question involves date and time, always use FORMAT(YourDateTimeColumn, 'yyyy-MM-dd HH:mm:ss') in the query.
103
106
If asked, provide information about client meetings according to the requested timeframe: give details about upcoming meetings if asked for "next" or "upcoming" meetings, and provide details about past meetings if asked for "previous" or "last" meetings including the scheduled time and don't filter with "LIMIT 1" in the query.
104
107
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.
105
-
If asked, provide information on the client's investment risk tolerance level in the query.
106
108
If asked, provide information on the client's portfolio performance in the query.
107
109
If asked, provide information about the client's top-performing investments in the query.
108
110
If asked, provide information about any recent changes in the client's investment allocations in the query.
system_message='''You are an assistant who provides wealth advisors with helpful information to prepare for client meetings and provide details on the call transcripts.
170
-
You have access to the client’s meetings and call transcripts
171
-
When asked about action items from previous meetings with the client, **ALWAYS provide information only for the most recent dates**.
172
-
Always return time in "HH:mm" format for the client in response.
171
+
172
+
system_message='''You are an assistant who provides wealth advisors with helpful information to prepare for client meetings.
173
+
You have access to the client’s meeting call transcripts.
173
174
If requested for call transcript(s), the response for each transcript should be summarized separately and Ensure all transcripts for the specified client are retrieved and format **must** follow as First Call Summary,Second Call Summary etc.
174
-
Your answer must **not** include any client identifiers or ids or numbers or ClientId in the final response.'''
175
+
First name and Full name of the client mentioned in prompt should give same response for both.
176
+
You can use this information to answer questions about the clients'''
0 commit comments