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
platform: 'Hello! I\'m Ari, your ARDA Platform assistant. I can help you with:\n\n• Company setup and management\n• Team member invitations\n• Navigation between applications\n• Account settings\n\nWhat would you like to know?',
96
-
'credit-app': 'Hello! I\'m Ari, your AI assistant for the ARDA Credit Platform. I can help you with:\n\n• Portfolio analysis & performance\n• Orders, trades & settlements\n• Investment opportunities\n• Risk & exposure metrics\n• Market insights\n\nTry asking me about your portfolio, recent trades, or available deals!',
97
-
idr: 'Hello! I\'m Ari, your AI assistant for the Interactive Data Room. I can help you with:\n\n• Document review and analysis\n• Change detection and summaries\n• Action item tracking\n• Negotiation status updates\n• Risk assessments\n\nWhat documents or insights would you like to explore?',
98
-
};
64
+
// Suggested questions for the unified platform
65
+
constSUGGESTED_QUESTIONS: SuggestedQuestion[]=[
66
+
{text: 'What is my current portfolio performance?',category: 'Portfolio'},
67
+
{text: 'Show me available loan deals',category: 'Deals'},
68
+
{text: 'Analyze my risk exposure',category: 'Risk Analysis'},
69
+
{text: 'What documents need my review?',category: 'Documents'},
{text: 'Check for double-pledged collateral',category: 'Risk Analysis'},
72
+
{text: 'Show market insights and analytics',category: 'Analytics'},
73
+
{text: 'What are my pending action items?',category: 'Actions'},
74
+
];
75
+
76
+
// Welcome message for the unified platform
77
+
constWELCOME_MESSAGE='Hello! I\'m Ari, your ARDA Platform assistant. I can help you with:\n\n• Loan portfolio management and analytics\n• Deal uploads and tracking\n• Document review and analysis\n• Covenant compliance monitoring\n• Double-pledged collateral detection\n• Market insights and risk assessment\n\nWhat would you like to explore?';
78
+
79
+
// System prompt describing the platform's capabilities
80
+
constSYSTEM_PROMPT=`You are Ari, an AI assistant for the ARDA Platform - a comprehensive loan repository and portfolio management system.
81
+
82
+
The ARDA Platform enables financial institutions to:
83
+
- Upload and manage loan deals to the platform
84
+
- Access detailed metrics and analytics on loan portfolios
85
+
- View broader market information and analysis
86
+
- Track covenant compliance across loans
87
+
- Identify and monitor potential double-pledged collateral issues
88
+
89
+
When answering questions, focus on helping users understand and utilize these core features. Be specific about loan management workflows, portfolio analytics, and risk monitoring capabilities.`;
0 commit comments