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
system_message='''you are a helpful assistant to a wealth advisor.
263
267
Do not answer any questions not related to wealth advisors queries.
264
268
If the client name and client id do not match, only return - Please only ask questions about the selected client or select another client to inquire about their details. do not return any other information.
265
269
Only use the client name returned from database in the response.
266
270
If you cannot answer the question, always return - I cannot answer this question from the data available. Please rephrase or add more details.
267
271
** Remove any client identifiers or ids or numbers or ClientId in the final response.
272
+
For any questions requiring a table, always render the table using the following HTML format:
268
273
'''
274
+
275
+
# Make sure you have the system prompt always at the end to append the html content.
0 commit comments