Skip to content

Commit cd79d2c

Browse files
formatting prompt
1 parent 45078ce commit cd79d2c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

ClientAdvisor/Deployment/bicep/main.bicep

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,18 @@ var appversion = 'latest'
2727
var functionAppSqlPrompt = '''Genereate a valid T-SQL query to find {query} for tables and columns provided below:
2828
1. Table: Clients
2929
Columns: ClientId, Client, Email, Occupation, MaritalStatus, Dependents
30-
3130
2. Table: InvestmentGoals
3231
Columns: ClientId, InvestmentGoal
33-
3432
3. Table: Assets
3533
Columns: ClientId, AssetDate, Investment, ROI, Revenue, AssetType
36-
3734
4. Table: ClientSummaries
3835
Columns: ClientId, ClientSummary
39-
4036
5. Table: InvestmentGoalsDetails
4137
Columns: ClientId, InvestmentGoal, TargetAmount, Contribution
42-
4338
6. Table: Retirement
4439
Columns: ClientId, StatusDate, RetirementGoalProgress, EducationGoalProgress
45-
4640
7. Table: ClientMeetings
4741
Columns: ClientId, ConversationId, Title, StartTime, EndTime, Advisor, ClientEmail
48-
4942
Always use Investment column from Assets table as the value.
5043
Assets table has snapshots of values by date. Do not add numbers across different dates for total values.
5144
Do not use client name in filters.
@@ -54,8 +47,7 @@ var functionAppSqlPrompt = '''Genereate a valid T-SQL query to find {query} for
5447
ALWAYS select Client Name (Column - Client) in the query.
5548
Query filters are IMPORTANT. Add filters like AssetType, AssetDate, etc. if needed.
5649
Only return the generated SQL query. Do not return anything else.'''
57-
58-
50+
5951
var functionAppCallTranscriptSystemPrompt = '''You are an assistant who supports wealth advisors in preparing for client meetings.
6052
You have access to the client’s past meeting call transcripts, which you can use to provide relevant insights and information.
6153
Answer questions asked about the clients based on the available transcripts.'''

0 commit comments

Comments
 (0)