Spaces:
Runtime error
Runtime error
fix: add refinement guardrail question examples
Browse files
src/components/chat/StateCards.tsx
CHANGED
|
@@ -108,6 +108,10 @@ export function InsufficientEvidence({ question, onSubmit }: StateCardProps) {
|
|
| 108 |
'What was Emirates NBD\'s net interest margin in Q1 2026?',
|
| 109 |
'What is the cost to income ratio details?',
|
| 110 |
'What was the retail segment\'s performance?',
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
];
|
| 112 |
|
| 113 |
return (
|
|
|
|
| 108 |
'What was Emirates NBD\'s net interest margin in Q1 2026?',
|
| 109 |
'What is the cost to income ratio details?',
|
| 110 |
'What was the retail segment\'s performance?',
|
| 111 |
+
'What was the total profit in Q1 2026?',
|
| 112 |
+
'What was the total income in Q1 2026?',
|
| 113 |
+
'How did total income compare with the prior period?',
|
| 114 |
+
'What were the main drivers of profitability?',
|
| 115 |
];
|
| 116 |
|
| 117 |
return (
|