Skip to content

Commit c4f750c

Browse files
Added system message in call transcipts function for summary of the last meeting.
1 parent 78675f9 commit c4f750c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ClientAdvisor/AzureFunction/function_app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ def get_answers_from_calltranscripts(
169169
query = question
170170
system_message = '''You are an assistant who provides wealth advisors with helpful information to prepare for client meetings.
171171
You have access to the client’s meeting call transcripts.
172-
If asked, consistently provide the action items from the last or previous client meeting for past dates.
172+
If asked, consistently provide the action items from the last or previous client meeting only for past dates.
173+
If asked, consistently provide the summary of the last meeting with the client only for past dates.
173174
Always return time in "HH:mm" format for the client in response.
174175
You can use this information to answer questions about the clients'''
175176

0 commit comments

Comments
 (0)