Commit d7ecdbd0 authored by MD. SHAHIDUL ISLAM's avatar MD. SHAHIDUL ISLAM

feat: replace deterministic summary section with interactive AI-powered company analysis component

parent 398cd92e
......@@ -64,6 +64,7 @@ export interface ReportSection {
key: string;
title: BilingualText;
summary: BilingualText;
body: BilingualText[];
bullets: BilingualText[];
}
......@@ -92,6 +93,7 @@ export interface AITraderReport {
export interface AIResearch {
provider: string;
model: string;
prompt_version?: string;
mode: 'ai_fundamental' | 'multi_agent_synthesis';
generated_at: string;
score_confidence: 'low' | 'medium' | 'high';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment